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 b1c3e38da3 BugFix: Handle BYTES column type for partitioning. (#10110)
     add 96bf3e7434 Reload the SegmentMetadata even for temporary forward index 
(#9982)

No new revisions were added by this update.

Summary of changes:
 .../segment/index/loader/BaseIndexHandler.java     |  18 +--
 .../segment/index/loader/ForwardIndexHandler.java  |  53 +++----
 .../segment/index/loader/IndexHandlerFactory.java  |  19 ++-
 ...IndexAndDictionaryBasedForwardIndexCreator.java |  47 +++---
 .../segment/index/loader/SegmentPreProcessor.java  |  19 ++-
 .../loader/bloomfilter/BloomFilterHandler.java     |  21 ++-
 .../loader/invertedindex/FSTIndexHandler.java      |  19 ++-
 .../index/loader/invertedindex/H3IndexHandler.java |  25 ++-
 .../loader/invertedindex/InvertedIndexHandler.java |  19 ++-
 .../loader/invertedindex/JsonIndexHandler.java     |  25 ++-
 .../loader/invertedindex/RangeIndexHandler.java    |  23 ++-
 .../loader/invertedindex/TextIndexHandler.java     |  22 +--
 .../index/loader/ForwardIndexHandlerTest.java      | 170 ++++++++++++++-------
 .../segment/spi/utils/SegmentMetadataUtils.java    |   8 +-
 14 files changed, 280 insertions(+), 208 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to