This is an automated email from the ASF dual-hosted git repository. vvivekiyer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from f4a4bf389a Custom configuration property reader for segment metadata files (#12440) add 6290bc001a Interning for OnHeapByteDictionary (#12342) No new revisions were added by this update. Summary of changes: .../pinot/common/utils/FALFInternerTest.java | 136 ++++++++------------- .../index/dictionary/DictionaryIndexType.java | 29 ++--- .../index/readers/OnHeapBytesDictionary.java | 7 +- .../index/readers/ImmutableDictionaryTest.java | 28 ++++- .../ImmutableDictionaryTypeConversionTest.java | 23 +++- .../java/org/apache/pinot/spi/utils/ByteArray.java | 9 ++ .../org/apache/pinot/spi/utils/FALFInterner.java | 63 +++++++++- .../org/apache/pinot/spi/utils/ByteArrayTest.java | 14 +++ 8 files changed, 195 insertions(+), 114 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org