You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/01/19 21:06:33 UTC

[arrow] branch master updated (8e218e0 -> 35053fe)

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

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 8e218e0  ARROW-11313: [Rust] Fixed size_hint
     add 35053fe  ARROW-11222: [Rust] Catch up with flatbuffers 0.8.1 which had some UB problems fixed

No new revisions were added by this update.

Summary of changes:
 rust/arrow/regen.sh                    |   6 +-
 rust/arrow/src/ipc/gen/File.rs         | 105 ++++++++++---
 rust/arrow/src/ipc/gen/Message.rs      | 118 +++++++++-----
 rust/arrow/src/ipc/gen/Schema.rs       | 272 +++++++++++++++++++--------------
 rust/arrow/src/ipc/gen/SparseTensor.rs |  40 ++---
 rust/arrow/src/ipc/gen/Tensor.rs       |  12 +-
 6 files changed, 344 insertions(+), 209 deletions(-)