You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/12/03 05:49:14 UTC

[arrow] branch master updated (1f98388 -> 5ed4695)

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

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


    from 1f98388  ARROW-10785: [Rust] Optimize take string
     add 5ed4695  ARROW-10791: [Rust] StreamReader, read_dictionary duplicating schema info

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/datatypes.rs                        | 68 ++++++++++++++++++----
 rust/arrow/src/ipc/convert.rs                      |  8 ++-
 rust/arrow/src/ipc/reader.rs                       | 59 ++++---------------
 rust/arrow/src/ipc/writer.rs                       |  8 ++-
 .../src/bin/arrow-json-integration-test.rs         | 15 ++++-
 5 files changed, 93 insertions(+), 65 deletions(-)