apache/pinot

Support dynamic updates to existing derived columns in table

開放

#8,700 建立於 2022年5月14日

 (3 則留言) (0 個反應) (0 位負責人)Java (1,234 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (4,937 顆星)
PR 合併指標
 (平均合併 6天 7小時) (30 天內合併 186 個 PR)

描述

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

貢獻者指南