apache/pinot

Support dynamic updates to existing derived columns in table

Open

#8700 aperta il 14 mag 2022

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Java (1234 fork)batch import
featurehelp wanted

Metriche repository

Star
 (4937 star)
Metriche merge PR
 (Merge medio 6g 7h) (186 PR mergiate in 30 g)

Descrizione

Currently Pinot doesn't support runtime changes to existing derived columns (for e.g change to ingestion transform expression) in table. Only way to make such updates is to either delete/recreate the table and ingest from scratch or add a new derived column with the changes, neither of which are ideal from usability perspective.

Can we consider improving this behavior so users can easily make adjustments to the data via table config/schema change and subsequently doing a segment reload ? cc @Jackie-Jiang @mayankshriv

Guida contributor