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 46698d8  Update links in README to latest docs (#5141)
     add 6daeb59  Fix the default value provider classes (#5137)

No new revisions were added by this update.

Summary of changes:
 ...derContext.java => ConstantMVForwardIndex.java} |  28 ++++-
 ...dexReader.java => ConstantMVInvertedIndex.java} |  35 +++---
 .../impl/ConstantMultiValueInvertedIndex.java      | 113 -------------------
 ...vertedIndex.java => ConstantSVSortedIndex.java} |  51 ++++-----
 .../reader/impl/IntSingleValueDataFileReader.java  |  61 -----------
 .../index/column/BaseVirtualColumnProvider.java    |  28 +----
 .../DefaultNullValueVirtualColumnProvider.java     |  70 +++++++-----
 ...nary.java => ConstantValueBytesDictionary.java} |  27 +++--
 .../readers/ConstantValueDoubleDictionary.java     |  21 ++--
 .../readers/ConstantValueFloatDictionary.java      |  20 ++--
 .../index/readers/ConstantValueIntDictionary.java  |  22 ++--
 .../index/readers/ConstantValueLongDictionary.java |  22 ++--
 .../readers/ConstantValueStringDictionary.java     |  20 +++-
 .../VirtualColumnProviderFactory.java              |   4 +-
 .../DefaultNullValueVirtualColumnProviderTest.java |  43 ++++----
 .../tests/BaseClusterIntegrationTestSet.java       | 121 ++++++++++++++++-----
 .../tests/HybridClusterIntegrationTest.java        |  78 +------------
 .../tests/LLCRealtimeClusterIntegrationTest.java   |  80 +-------------
 .../starter/helix/HelixInstanceDataManager.java    |  32 +++---
 19 files changed, 332 insertions(+), 544 deletions(-)
 copy 
pinot-core/src/main/java/org/apache/pinot/core/io/reader/impl/{UnSortedValueReaderContext.java
 => ConstantMVForwardIndex.java} (58%)
 copy 
pinot-core/src/main/java/org/apache/pinot/core/io/reader/impl/{v1/SortedIndexReader.java
 => ConstantMVInvertedIndex.java} (58%)
 delete mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/io/reader/impl/ConstantMultiValueInvertedIndex.java
 rename 
pinot-core/src/main/java/org/apache/pinot/core/io/reader/impl/{ConstantSingleValueInvertedIndex.java
 => ConstantSVSortedIndex.java} (60%)
 delete mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/io/reader/impl/IntSingleValueDataFileReader.java
 copy 
pinot-core/src/main/java/org/apache/pinot/core/segment/index/readers/{BytesDictionary.java
 => ConstantValueBytesDictionary.java} (74%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to