This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git.
from 71b6890 Check schema backward-compatibility when updating schema
through addSchema with override (#7374)
add de4ee0f Remove obsolete indices during segment reloading for V3
format (wrap up) (#7286)
No new revisions were added by this update.
Summary of changes:
.../pinot/core/minion/RawIndexConverter.java | 2 +-
.../tests/OfflineClusterIntegrationTest.java | 138 +++++----
.../immutable/ImmutableSegmentLoader.java | 81 ++++--
...RemoveIndexException.java => IndexHandler.java} | 14 +-
.../segment/index/loader/IndexHandlerFactory.java | 62 +++++
.../segment/index/loader/SegmentPreProcessor.java | 52 +---
.../loader/bloomfilter/BloomFilterHandler.java | 56 ++--
.../defaultcolumn/BaseDefaultColumnHandler.java | 18 +-
.../defaultcolumn/V1DefaultColumnHandler.java | 2 +-
.../defaultcolumn/V3DefaultColumnHandler.java | 50 ++--
.../index/loader/invertedindex/H3IndexHandler.java | 64 ++---
.../loader/invertedindex/InvertedIndexHandler.java | 59 ++--
.../loader/invertedindex/JsonIndexHandler.java | 61 ++--
.../invertedindex/LuceneFSTIndexHandler.java | 57 ++--
.../loader/invertedindex/RangeIndexHandler.java | 56 ++--
.../loader/invertedindex/TextIndexHandler.java | 57 ++--
.../SegmentV1V2ToV3FormatConverterTest.java | 2 +-
.../index/loader/SegmentPreProcessorTest.java | 307 +++++++++++++++++++--
.../src/test/resources/data/newColumnsSchema3.json | 4 -
...nsSchema4.json => newColumnsSchemaWithFST.json} | 0
.../resources/data/newColumnsSchemaWithH3Json.json | 10 +-
...xtSchema.json => newColumnsSchemaWithText.json} | 0
22 files changed, 741 insertions(+), 411 deletions(-)
copy
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/{V3RemoveIndexException.java
=> IndexHandler.java} (74%)
create mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/IndexHandlerFactory.java
rename pinot-segment-local/src/test/resources/data/{newColumnsSchema4.json =>
newColumnsSchemaWithFST.json} (100%)
copy pinot-core/src/test/resources/data/newColumnsWithTextSchema.json =>
pinot-segment-local/src/test/resources/data/newColumnsSchemaWithH3Json.json
(84%)
rename
pinot-segment-local/src/test/resources/data/{newColumnsWithTextSchema.json =>
newColumnsSchemaWithText.json} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]