This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
from d5b8e3c feat: add `get_file_slices_splits_between` API (#411)
add 3a382fb feat: expose datafusion custom table provider to python (#412)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 1 +
Makefile | 4 +-
README.md | 22 +++++++
python/Cargo.toml | 9 ++-
python/hudi/__init__.py | 2 +
python/hudi/_internal.pyi | 15 +++++
python/pyproject.toml | 3 +
python/src/datafusion_internal.rs | 68 ++++++++++++++++++++++
python/src/internal.rs | 15 ++++-
python/src/lib.rs | 9 +++
.../__init__.py => tests/test_datafusion_read.py} | 30 +++++-----
11 files changed, 156 insertions(+), 22 deletions(-)
create mode 100644 python/src/datafusion_internal.rs
copy python/{hudi/__init__.py => tests/test_datafusion_read.py} (61%)