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 5cf23382ec [core] Refactor ExternalPathProvider to generate file in
DataFilePathFactory
add 3dab1b8a57 [parquet] Merge the file index and the deletion vector and
push down filtering (#4812)
No new revisions were added by this update.
Summary of changes:
.../apache/paimon/format/FormatReaderContext.java | 12 +-
.../apache/paimon/format/FormatReaderFactory.java | 4 +-
.../org/apache/paimon/utils/RoaringBitmap32.java | 20 ++-
.../deletionvectors/BitmapDeletionVector.java | 9 ++
.../apache/paimon/operation/RawFileSplitRead.java | 25 ++-
.../paimon/table/PrimaryKeyFileStoreTableTest.java | 176 ++++++++++++---------
.../CompactedChangelogFormatReaderFactory.java | 6 +-
.../java/org/apache/orc/impl/RecordReaderImpl.java | 21 +--
.../apache/paimon/format/orc/OrcReaderFactory.java | 17 +-
.../format/parquet/ParquetReaderFactory.java | 2 +-
.../apache/paimon/format/parquet/ParquetUtil.java | 8 +-
.../apache/parquet/hadoop/ParquetFileReader.java | 29 ++--
.../filter2/columnindex/ColumnIndexFilter.java | 19 +--
.../internal/filter2/columnindex/RowRanges.java | 31 ++--
.../format/parquet/ParquetFormatReadWriteTest.java | 2 +-
15 files changed, 213 insertions(+), 168 deletions(-)