You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2022/09/27 16:14:50 UTC

[pinot] branch master updated (83b7f157f7 -> 38183973ae)

This is an automated email from the ASF dual-hosted git repository.

rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 83b7f157f7 Fix Data-Correctness Bug in GTE Comparison in BinaryOperatorTransformFunction (#9461)
     add 38183973ae [enhancement] [release-note] Update get bytes to return raw bytes of string and support getBytesMV (#9441)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/core/common/BlockValSet.java  |  7 ++++
 .../apache/pinot/core/common/DataBlockCache.java   | 18 +++++++++
 .../org/apache/pinot/core/common/DataFetcher.java  | 42 ++++++++++++++-------
 .../operator/docvalsets/ProjectionBlockValSet.java |  8 ++++
 .../operator/docvalsets/TransformBlockValSet.java  |  8 ++++
 .../transform/function/BaseTransformFunction.java  | 24 ++++++++++++
 .../function/IdentifierTransformFunction.java      |  5 +++
 .../function/LiteralTransformFunction.java         |  5 +++
 .../transform/function/TransformFunction.java      |  8 ++++
 .../core/query/reduce/RowBasedBlockValSet.java     |  5 +++
 .../apache/pinot/core/common/DataFetcherTest.java  |  4 +-
 .../local/io/util/FixedByteValueReaderWriter.java  | 35 ++++++++++++------
 .../pinot/segment/local/io/util/ValueReader.java   | 11 ++++++
 .../local/io/util/VarLengthValueReader.java        |  5 +++
 .../BigDecimalOnHeapMutableDictionary.java         |  3 +-
 .../dictionary/StringOffHeapMutableDictionary.java |  3 +-
 .../dictionary/StringOnHeapMutableDictionary.java  |  5 ++-
 .../index/readers/BaseImmutableDictionary.java     |  4 ++
 .../readers/ConstantValueStringDictionary.java     |  7 +++-
 .../index/readers/OnHeapStringDictionary.java      | 15 +++++---
 .../segment/index/readers/StringDictionary.java    |  5 +--
 .../impl/dictionary/MultiValueDictionaryTest.java  | 31 ++++++++++++++++
 .../ImmutableDictionaryTypeConversionTest.java     |  8 +++-
 .../spi/index/mutable/MutableForwardIndex.java     | 43 ++++++++++++++++++++++
 .../pinot/segment/spi/index/reader/Dictionary.java |  2 +-
 .../spi/index/reader/ForwardIndexReader.java       | 14 +++++++
 .../org/apache/pinot/spi/utils/ArrayCopyUtils.java | 13 ++++++-
 27 files changed, 291 insertions(+), 47 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org