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 d04b9ab  feat: support row filters for `FileGroupReader` (#237)
     add a396f6c  feat: implement incremental query for COW tables (#236)

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                                         |   4 +-
 crates/core/src/error.rs                           |   3 +
 crates/core/src/file_group/builder.rs              | 443 +++++++++++++++++++++
 crates/core/src/file_group/mod.rs                  |  24 +-
 crates/core/src/storage/mod.rs                     |  22 +-
 crates/core/src/table/mod.rs                       | 252 +++++++++---
 crates/core/src/timeline/mod.rs                    | 107 ++---
 crates/core/src/timeline/selector.rs               | 239 ++++++-----
 python/hudi/_internal.pyi                          |   3 +
 python/src/internal.rs                             |  15 +
 .../tests/test_table_incremental_read.py           |  48 +--
 11 files changed, 881 insertions(+), 279 deletions(-)
 create mode 100644 crates/core/src/file_group/builder.rs
 copy demo/app/python/src/main.py => 
python/tests/test_table_incremental_read.py (52%)

Reply via email to