You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2020/05/19 00:07:28 UTC

[incubator-pinot] branch master updated (86aea53 -> 9b65c9e)

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/incubator-pinot.git.


    from 86aea53  Clean slate on every quickstart run (#5395)
     add 9b65c9e  Do not release the PinotDataBuffer when closing the index (#5400)

No new revisions were added by this update.

Summary of changes:
 .../immutable/ImmutableSegmentImpl.java            | 38 +++------
 .../indexsegment/mutable/MutableSegmentImpl.java   | 27 ++++---
 .../impl/FixedByteSingleValueMultiColReader.java   | 89 ++++++++--------------
 .../reader/impl/v1/BaseChunkSingleValueReader.java | 46 +++++------
 .../reader/impl/v1/FixedBitMultiValueReader.java   |  9 +--
 .../reader/impl/v1/FixedBitSingleValueReader.java  |  4 +-
 ...ixedByteSingleColumnMultiValueReaderWriter.java | 89 +++++++++-------------
 ...xedByteSingleColumnSingleValueReaderWriter.java | 30 +++-----
 ...ixedByteSingleValueMultiColumnReaderWriter.java | 24 ++----
 .../core/io/util/FixedBitIntReaderWriter.java      | 20 +----
 .../core/io/util/FixedByteValueReaderWriter.java   | 24 ++----
 .../apache/pinot/core/io/util/PinotDataBitSet.java |  7 +-
 .../org/apache/pinot/core/io/util/ValueReader.java |  7 +-
 .../io/util/VarLengthBytesValueReaderWriter.java   | 10 +--
 .../impl/FixedByteSingleValueMultiColWriter.java   | 87 ++++++++++-----------
 .../writer/impl/MutableOffHeapByteArrayStore.java  | 14 ++--
 .../writer/impl/v1/BaseChunkSingleValueWriter.java |  1 -
 .../dictionary/BaseOffHeapMutableDictionary.java   | 24 +-----
 .../segment/index/column/ColumnIndexContainer.java |  3 +-
 .../index/column/PhysicalColumnIndexContainer.java | 15 ++++
 .../core/segment/index/loader/LoaderUtils.java     |  8 +-
 .../index/readers/BitmapInvertedIndexReader.java   | 37 ++++-----
 .../index/readers/NullValueVectorReaderImpl.java   |  6 +-
 .../segment/index/readers/RangeIndexReader.java    | 60 +++++++--------
 .../pinot/core/segment/memory/PinotByteBuffer.java |  3 -
 .../virtualcolumn/VirtualColumnIndexContainer.java | 13 ++++
 .../apache/pinot/core/startree/v2/StarTreeV2.java  |  3 +-
 .../core/startree/v2/store/StarTreeDataSource.java |  3 +-
 .../startree/v2/store/StarTreeLoaderUtils.java     | 10 +++
 .../pinot/core/util/FixedIntArrayOffHeapIdMap.java | 11 ---
 .../java/org/apache/pinot/core/util/IdMap.java     | 10 +--
 .../pinot/core/io/util/PinotDataBitSetTest.java    | 19 +++--
 .../index/loader/SegmentPreProcessorTest.java      |  9 +--
 .../store/ColumnIndexDirectoryTestHelper.java      | 30 ++++----
 .../segment/store/FilePerIndexDirectoryTest.java   | 73 +++++++-----------
 .../store/SingleFileIndexDirectoryTest.java        | 85 +++++++--------------
 .../v1/creator/FixedIntArrayIdMapTest.java         | 22 +-----
 .../tests/BaseClusterIntegrationTest.java          |  2 +-
 38 files changed, 384 insertions(+), 588 deletions(-)


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