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 f1edaeec0e [hotfix] Remove methods in SchemaManager for SchemasTable
new a8c1c26c88 [python] Rename binary row to generic row
new 13a0a6579a [ci] Rename to Python Check Code Style and Test
The 2 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:
.github/workflows/paimon-python-checks.yml | 2 +-
.../pypaimon/manifest/manifest_file_manager.py | 40 +++++++++++-----------
.../pypaimon/manifest/manifest_list_manager.py | 12 +++----
.../pypaimon/manifest/schema/data_file_meta.py | 8 ++---
.../pypaimon/manifest/schema/manifest_entry.py | 4 +--
.../pypaimon/manifest/schema/simple_stats.py | 6 ++--
paimon-python/pypaimon/read/interval_partition.py | 6 ++--
paimon-python/pypaimon/read/partition_info.py | 4 +--
paimon-python/pypaimon/read/split.py | 4 +--
.../table/row/{binary_row.py => generic_row.py} | 14 ++++----
.../pypaimon/tests/py36/ao_read_write_test.py | 8 ++---
paimon-python/pypaimon/tests/reader_basic_test.py | 8 ++---
.../pypaimon/tests/test_file_store_commit.py | 4 +--
paimon-python/pypaimon/write/file_store_commit.py | 10 +++---
paimon-python/pypaimon/write/writer/data_writer.py | 14 ++++----
15 files changed, 72 insertions(+), 72 deletions(-)
rename paimon-python/pypaimon/table/row/{binary_row.py => generic_row.py} (98%)