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 5c06547ba3 Bump com.github.jnr:jnr-ffi from 2.2.16 to 2.2.17 (#14224) add afb63bcfeb Enhance `optimizeDictionary` to optionally optimize var-width type cols (#13994) No new revisions were added by this update. Summary of changes: .../creator/impl/SegmentColumnarIndexCreator.java | 5 +- .../index/dictionary/DictionaryIndexType.java | 41 +++-- .../segment/index/loader/ForwardIndexHandler.java | 7 +- .../DictionaryOptimizerCardinalityTest.java | 167 +++++++++++++++++++++ .../index/dictionary/DictionaryIndexTypeTest.java | 57 +++++-- .../spi/creator/SegmentGeneratorConfig.java | 12 ++ .../pinot/spi/config/table/IndexingConfig.java | 15 +- .../pinot/spi/config/table/IndexingConfigTest.java | 25 +++ 8 files changed, 299 insertions(+), 30 deletions(-) create mode 100644 pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/creator/DictionaryOptimizerCardinalityTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org