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 6948f854bc [python] Python BTree index reader supports INT and BIGINT
(#7163)
add eecc022bdf [python] support drop_partitions for rest catalog (#7164)
No new revisions were added by this update.
Summary of changes:
paimon-python/pypaimon/catalog/catalog.py | 11 ++++-
.../pypaimon/catalog/rest/rest_catalog.py | 21 +++++++++
.../pypaimon/tests/rest/rest_read_write_test.py | 50 ++++++++++++++++++++++
paimon-python/pypaimon/write/file_store_commit.py | 45 ++++++++++++++++++-
paimon-python/pypaimon/write/table_commit.py | 6 ++-
5 files changed, 130 insertions(+), 3 deletions(-)