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 6ce59616f9 [lance] Fix read lance with range position (#6301)
     add 8de24b6f42 [python] Support reading data by splitting according to 
rows (#6274)

No new revisions were added by this update.

Summary of changes:
 .../pypaimon/manifest/manifest_file_manager.py     |   4 +-
 paimon-python/pypaimon/read/plan.py                |   6 +-
 .../pypaimon/read/reader/concat_batch_reader.py    |  27 ++
 paimon-python/pypaimon/read/split.py               |   2 +
 paimon-python/pypaimon/read/split_read.py          |   7 +-
 paimon-python/pypaimon/read/table_scan.py          | 181 ++++++---
 .../pypaimon/tests/py36/ao_simple_test.py          | 332 ++++++++++++++++
 .../pypaimon/tests/rest/rest_simple_test.py        | 419 +++++++++++++++++++--
 paimon-python/pypaimon/write/file_store_commit.py  |   2 +-
 9 files changed, 898 insertions(+), 82 deletions(-)
 create mode 100644 paimon-python/pypaimon/tests/py36/ao_simple_test.py

Reply via email to