apache/pinot

Support dynamic updates to existing derived columns in table

オープン

#8,700 opened on 2022/05/14

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,234 件のフォーク)batch import
featurehelp wanted

Repository metrics

Stars
 (4,937 個のスター)
PR merge metrics
 (平均マージ 6d 7h) (30d で 186 merged PRs)

説明

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

コントリビューターガイド