This is an automated email from the ASF dual-hosted git repository.

yuxia pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git


    from 2815d6b  feat: support decimals in cpp binding (#265)
     add 27bbc0b  feat: Add subscribe_partition_buckets method and partitions 
support (#273)

No new revisions were added by this update.

Summary of changes:
 bindings/cpp/examples/example.cpp           | 253 ++++++++++++++++++++--------
 bindings/cpp/include/fluss.hpp              | 157 +++++++++--------
 bindings/cpp/src/admin.cpp                  |  21 +++
 bindings/cpp/src/lib.rs                     |  83 +++++++++
 bindings/cpp/src/table.cpp                  |  71 ++++----
 bindings/python/example/example.py          |  12 ++
 bindings/python/fluss/__init__.pyi          |  10 ++
 bindings/python/src/table.rs                |  26 ++-
 crates/fluss/src/client/table/scanner.rs    |  71 ++++++--
 crates/fluss/tests/integration/log_table.rs |  49 ++++++
 10 files changed, 556 insertions(+), 197 deletions(-)

Reply via email to