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 28544bbfda [test] Add className to unstable MergeInto tests
add e63d9abb8d [python] Add AsyncStreamingTableScan and StreamReadBuilder
for continuous streaming reads (#7424)
No new revisions were added by this update.
Summary of changes:
paimon-python/pypaimon/read/stream_read_builder.py | 142 ++++++
.../pypaimon/read/streaming_table_scan.py | 369 +++++++++++++++
paimon-python/pypaimon/table/file_store_table.py | 16 +-
.../pypaimon/table/format/format_table.py | 6 +-
.../pypaimon/table/iceberg/iceberg_table.py | 5 +
.../pypaimon/table/object/object_table.py | 3 +
paimon-python/pypaimon/table/table.py | 5 +
.../pypaimon/tests/stream_read_builder_test.py | 120 +++++
.../pypaimon/tests/streaming_table_scan_test.py | 493 +++++++++++++++++++++
9 files changed, 1152 insertions(+), 7 deletions(-)
create mode 100644 paimon-python/pypaimon/read/stream_read_builder.py
create mode 100644 paimon-python/pypaimon/read/streaming_table_scan.py
create mode 100644 paimon-python/pypaimon/tests/stream_read_builder_test.py
create mode 100644 paimon-python/pypaimon/tests/streaming_table_scan_test.py