You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by si...@apache.org on 2022/11/02 20:44:50 UTC

[pinot] branch master updated (a5413962ab -> 351cb3e4e9)

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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org