This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 787a981cc [flink] Improve Exception message for consumer without
expire time
add 2b94a33bc [core] Introduce bitmap index record reader (#4502)
No new revisions were added by this update.
Summary of changes:
.../bitmap/ApplyBitmapIndexFileRecordIterator.java | 33 ++++----
.../bitmap/ApplyBitmapIndexRecordReader.java | 29 +++-----
.../org/apache/paimon/utils/RoaringBitmap32.java | 4 +
.../deletionvectors/ApplyDeletionVectorReader.java | 2 +-
.../org/apache/paimon/io/FileIndexEvaluator.java | 9 +++
.../apache/paimon/operation/RawFileSplitRead.java | 10 ++-
.../paimon/table/AppendOnlyFileStoreTableTest.java | 11 +++
.../paimon/table/PrimaryKeyFileStoreTableTest.java | 87 ++++++++++++++++++++++
8 files changed, 148 insertions(+), 37 deletions(-)
copy
paimon-core/src/main/java/org/apache/paimon/deletionvectors/ApplyDeletionFileRecordIterator.java
=>
paimon-common/src/main/java/org/apache/paimon/fileindex/bitmap/ApplyBitmapIndexFileRecordIterator.java
(68%)
copy
paimon-core/src/main/java/org/apache/paimon/deletionvectors/ApplyDeletionVectorReader.java
=>
paimon-common/src/main/java/org/apache/paimon/fileindex/bitmap/ApplyBitmapIndexRecordReader.java
(65%)