This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch release/0.2.x
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
from 4766375 fix: simplify partition filter format by taking tuple of
strings (#170)
new cbb7333 fix: improve api to get file slices splits (#185)
new 411a967 fix: handle schema retrieval for datafusion api (#187)
new a62f2d4 build(deps): upgrade datafusion and object store (#182)
new 10d492a build(deps): upgrade datafusion to 42.2.0 (#192)
new 5644712 build(release): bump version to 0.2.0-rc.2
The 5 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:
Cargo.toml | 12 ++++++------
crates/core/src/table/mod.rs | 36 ++++++++++++++++++++++++++++++++----
crates/datafusion/Cargo.toml | 2 +-
crates/datafusion/src/lib.rs | 23 +++++++++++++++++------
crates/hudi/Cargo.toml | 4 ++--
python/hudi/__init__.py | 13 +++++++++----
python/hudi/_internal.pyi | 4 ++--
python/src/internal.rs | 4 ++--
python/tests/test_table_read.py | 2 +-
9 files changed, 72 insertions(+), 28 deletions(-)