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