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

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


    from 3bbfa95d [metrics] Add scanner fetch and remote download metrics (#553)
     new b090e50e docs: add documentation for MAP dtype (#556)
     new 15bf742d [chore] improve ergonomics for MAP dt, docs additions

The 2 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:
 bindings/cpp/src/types.rs                       |   4 +-
 crates/fluss/src/row/binary_array.rs            |  11 +-
 crates/fluss/src/row/binary_map.rs              | 153 +++++++++++++++++++++++-
 crates/fluss/src/row/column.rs                  |  42 ++++---
 crates/fluss/src/row/column_writer.rs           | 102 ++++++++++------
 crates/fluss/src/row/compacted/compacted_row.rs |  20 ++--
 crates/fluss/src/row/datum.rs                   |  11 +-
 crates/fluss/src/row/field_getter.rs            |   6 +-
 crates/fluss/src/row/lookup_row.rs              |   5 +-
 crates/fluss/src/row/mod.rs                     |  12 +-
 crates/fluss/src/row/projected_row.rs           |   5 +-
 crates/fluss/tests/integration/log_table.rs     |  14 +--
 website/docs/user-guide/rust/api-reference.md   |  29 +++++
 website/docs/user-guide/rust/data-types.md      |  75 ++++++++++++
 14 files changed, 378 insertions(+), 111 deletions(-)

Reply via email to