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 749535769a [tests] Fix @Timeout annotation not working in
PrimaryKeyFileStoreTableITCase (#4634)
add 9d641706e8 [core] Support nested types in Iceberg compatible metadata
(#4626)
No new revisions were added by this update.
Summary of changes:
docs/content/migration/iceberg-compatibility.md | 33 +++---
.../iceberg/AbstractIcebergCommitCallback.java | 6 +-
.../iceberg/manifest/IcebergDataFileMeta.java | 49 +++++---
.../paimon/iceberg/metadata/IcebergDataField.java | 37 +++++-
.../{IcebergSchema.java => IcebergListType.java} | 76 ++++++------
.../paimon/iceberg/metadata/IcebergMapType.java | 132 +++++++++++++++++++++
...cebergSortOrder.java => IcebergStructType.java} | 47 ++++----
.../paimon/iceberg/IcebergCompatibilityTest.java | 53 +++++++++
.../flink/iceberg/Flink116IcebergITCase.java | 9 +-
.../flink/iceberg/FlinkIcebergITCaseBase.java | 55 +++++++++
10 files changed, 391 insertions(+), 106 deletions(-)
copy
paimon-core/src/main/java/org/apache/paimon/iceberg/metadata/{IcebergSchema.java
=> IcebergListType.java} (53%)
create mode 100644
paimon-core/src/main/java/org/apache/paimon/iceberg/metadata/IcebergMapType.java
copy
paimon-core/src/main/java/org/apache/paimon/iceberg/metadata/{IcebergSortOrder.java
=> IcebergStructType.java} (62%)