This is an automated email from the ASF dual-hosted git repository. siddteotia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from a5413962ab Fix the setup for ControllerTest shared cluster (#9704) add 351cb3e4e9 Support creating dictionary at runtime for an existing column (#9678) No new revisions were added by this update. Summary of changes: .../org/apache/pinot/queries/BaseQueriesTest.java | 29 ++ .../org/apache/pinot/queries/RangeQueriesTest.java | 70 ++++ .../impl/SegmentIndexCreationDriverImpl.java | 31 +- .../segment/index/loader/ForwardIndexHandler.java | 395 ++++++++++++++++----- .../segment/index/loader/IndexHandlerFactory.java | 5 +- .../segment/index/loader/SegmentPreProcessor.java | 13 +- .../index/loader/ForwardIndexHandlerTest.java | 334 ++++++++++++++--- .../index/loader/SegmentPreProcessorTest.java | 278 +++++++++++---- 8 files changed, 930 insertions(+), 225 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org