This is an automated email from the ASF dual-hosted git repository. tingchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 89711a517a [Feature] Add BigDecimal Metric In QuickStart (#9390) add aa1d2f68c1 Cache Deleted Segment Names in Server to Avoid SegmentMissingError (#9423) No new revisions were added by this update. Summary of changes: .../core/data/manager/BaseTableDataManager.java | 48 +++++++++++++++++++++- .../manager/realtime/RealtimeTableDataManager.java | 4 +- .../query/executor/ServerQueryExecutorV1Impl.java | 24 +++++++---- .../BaseTableDataManagerAcquireSegmentTest.java | 18 ++++++++ .../local/data/manager/TableDataManager.java | 7 ++++ .../local/data/manager/TableDataManagerConfig.java | 14 +++++++ .../helix/HelixInstanceDataManagerConfig.java | 17 ++++++++ .../config/instance/InstanceDataManagerConfig.java | 4 ++ 8 files changed, 124 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org