This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a change to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/paimon.git
from a33618e5cd [python] Fix benchmark package lint (#8986)
new ddf4f7c877 [core] Fix forced L0 compaction level selection (#8993)
new 1d817ddd42 [format] Fix DELETE and UPDATE targeting wrong rows after
Parquet predicate filtering (#8987)
new 6aa3b8fe7a [oss] Update bundled NOTICE for the aliyun-sdk-oss 3.17.4
upgrade (#8967)
new e31008d6dd [core] Preserve index manifest compatibility (#9004)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../manifest/IndexManifestEntrySerializer.java | 9 +-
.../mergetree/compact/UniversalCompaction.java | 15 +-
.../manifest/IndexManifestEntrySerializerTest.java | 33 +---
.../manifest/IndexManifestFileHandlerTest.java | 51 ++++++
.../compact/ForceUpLevel0CompactionTest.java | 19 ++
.../paimon/table/PrimaryKeySimpleTableTest.java | 79 ++++++++
.../src/main/resources/META-INF/NOTICE | 12 +-
.../format/parquet/reader/ColumnarBatch.java | 4 +
.../format/parquet/reader/RowIndexGenerator.java | 30 +++-
.../parquet/reader/RowIndexGeneratorTest.java | 199 +++++++++++++++++++++
10 files changed, 410 insertions(+), 41 deletions(-)
create mode 100644
paimon-format/src/test/java/org/apache/paimon/format/parquet/reader/RowIndexGeneratorTest.java