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 76b8343966 [docs] Add missing PaimonSparkSessionExtensions to Spark
configs (#6729)
add ed22ca715f [python] support paimon as ray datasource for distributed
processing (#6686)
No new revisions were added by this update.
Summary of changes:
docs/content/program-api/python-api.md | 17 +-
paimon-python/dev/requirements.txt | 1 +
.../pypaimon/catalog/rest/rest_token_file_io.py | 15 +
paimon-python/pypaimon/read/ray_datasource.py | 210 +++++++
paimon-python/pypaimon/read/table_read.py | 24 +-
.../sample/rest_catalog_ray_data_sample.py | 245 ++++++++
paimon-python/pypaimon/tests/ray_data_test.py | 653 +++++++++++++++++++++
.../pypaimon/tests/rest/rest_read_write_test.py | 66 +++
8 files changed, 1228 insertions(+), 3 deletions(-)
create mode 100644 paimon-python/pypaimon/read/ray_datasource.py
create mode 100644
paimon-python/pypaimon/sample/rest_catalog_ray_data_sample.py
create mode 100644 paimon-python/pypaimon/tests/ray_data_test.py