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 89c94d9eda [fs] Replace AWS SDK v2 bundle with explicit module
dependencies (#7285)
add 7a09ee6c2b [python] Introduce Iceberg Table in Rest Catalog (#7280)
No new revisions were added by this update.
Summary of changes:
.../pypaimon/catalog/rest/rest_catalog.py | 29 +++++++-
.../pypaimon/table/iceberg/__init__.py | 6 +-
.../format_table.py => iceberg/iceberg_table.py} | 66 +++++++++---------
.../pypaimon/tests/rest/rest_iceberg_table_test.py | 81 ++++++++++++++++++++++
4 files changed, 145 insertions(+), 37 deletions(-)
copy
paimon-core/src/test/resources/META-INF/services/org.apache.paimon.partition.PartitionExpireStrategyFactory
=> paimon-python/pypaimon/table/iceberg/__init__.py (89%)
copy paimon-python/pypaimon/table/{format/format_table.py =>
iceberg/iceberg_table.py} (63%)
create mode 100644 paimon-python/pypaimon/tests/rest/rest_iceberg_table_test.py