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 594adc6 chore: align DataLakeFormat parsing with lake format config
option (#306)
add bac0002 feat: add unsubscribe to all clients (#305)
No new revisions were added by this update.
Summary of changes:
bindings/cpp/examples/example.cpp | 30 ++++
bindings/cpp/include/fluss.hpp | 1 +
bindings/cpp/src/lib.rs | 251 ++++++++++------------------
bindings/cpp/src/table.cpp | 9 +
bindings/python/API_REFERENCE.md | 1 +
bindings/python/example/example.py | 14 ++
bindings/python/fluss/__init__.pyi | 7 +
bindings/python/src/table.rs | 13 ++
crates/fluss/src/client/table/scanner.rs | 23 +++
crates/fluss/tests/integration/log_table.rs | 12 ++
docs/rust-client.md | 7 +
11 files changed, 207 insertions(+), 161 deletions(-)