This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 1a465b7dbf [python] Fix import deadlock: lazy-resolve package exports,
drop custom locks (#9267)
add eca41381e7 [iceberg] Emit row-lineage metadata fields for Iceberg
format version 3 (#9244)
No new revisions were added by this update.
Summary of changes:
.../paimon/iceberg/IcebergCommitCallback.java | 93 +++++-
.../paimon/iceberg/metadata/IcebergMetadata.java | 19 ++
.../metadata/IcebergMetadataNextRowIdTest.java | 47 +++
.../iceberg/IcebergRestMetadataCommitter.java | 19 +-
.../core/IcebergRowLineageCompatibilityTest.java | 344 +++++++++++++++++++++
.../iceberg/IcebergRestMetadataCommitterTest.java | 127 ++++++++
6 files changed, 631 insertions(+), 18 deletions(-)
create mode 100644
paimon-core/src/test/java/org/apache/paimon/iceberg/metadata/IcebergMetadataNextRowIdTest.java
create mode 100644
paimon-iceberg/src/test/java/org/apache/paimon/core/IcebergRowLineageCompatibilityTest.java