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 2020/12/21 18:36:30 UTC

[arrow] branch master updated (0c4dca0 -> 38ba81b)

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 0c4dca0  ARROW-10574: [Python][Parquet] Allow collections for 'in' / 'not in' filter (in addition to sets)
     add 38ba81b  ARROW-10770: [Rust] JSON nested list reader

No new revisions were added by this update.

Summary of changes:
 rust/arrow/Cargo.toml             |   4 +
 rust/arrow/benches/json_reader.rs | 118 ++++++
 rust/arrow/src/json/reader.rs     | 851 +++++++++++++++++++++++++-------------
 3 files changed, 683 insertions(+), 290 deletions(-)
 create mode 100644 rust/arrow/benches/json_reader.rs