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 20ca63f4be handle null more defensively when loading startree index (#10081) add fa5526748a push unsigned byte comparison down into ValueReader (#10044) No new revisions were added by this update. Summary of changes: .../local/io/util/FixedByteValueReaderWriter.java | 6 + .../pinot/segment/local/io/util/ValueReader.java | 5 + .../local/io/util/ValueReaderComparisons.java | 155 +++++++++ .../local/io/util/VarLengthValueReader.java | 9 + .../index/readers/BaseImmutableDictionary.java | 7 +- .../readerwriter/ValueReaderComparisonTest.java | 364 +++++++++++++++++++++ 6 files changed, 543 insertions(+), 3 deletions(-) create mode 100644 pinot-segment-local/src/main/java/org/apache/pinot/segment/local/io/util/ValueReaderComparisons.java create mode 100644 pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/readerwriter/ValueReaderComparisonTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org