This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 79188d6d05 Bump software.amazon.awssdk:bom from 2.31.73 to 2.31.74 (#16247) add 880ff91b5a Improve multi-column text index (#16160) No new revisions were added by this update. Summary of changes: .../function/TextMatchTransformFunction.java | 11 +- .../core/data/manager/TextIndexCreationTest.java | 125 ++++++++++ .../queries/TextMatchTransformFunctionTest.java | 64 +++-- .../tests/custom/MultiColumnTextIndicesTest.java | 148 +++++++++-- .../pinot/perf/BenchmarkTextMatchQueriesSSQE.java | 277 ++++++++++++++------- .../immutable/ImmutableSegmentImpl.java | 8 + .../immutable/ImmutableSegmentLoader.java | 6 + .../indexsegment/mutable/MutableSegmentImpl.java | 13 +- .../text/MultiColumnLuceneTextIndexCreator.java | 4 +- .../index/column/PhysicalColumnIndexContainer.java | 18 +- .../segment/index/datasource/BaseDataSource.java | 14 ++ .../index/datasource/MutableDataSource.java | 4 +- .../segment/index/loader/SegmentPreProcessor.java | 10 +- .../invertedindex/MultiColumnTextIndexHandler.java | 14 +- .../loader/invertedindex/TextIndexHandler.java | 27 +- .../segment/local/utils/TableConfigUtils.java | 50 ++++ .../pinot/segment/spi/datasource/DataSource.java | 9 + .../spi/index/column/ColumnIndexContainer.java | 20 +- .../multicolumntext/MultiColumnTextMetadata.java | 36 +-- 19 files changed, 666 insertions(+), 192 deletions(-) create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/data/manager/TextIndexCreationTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org