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 f4ccceb ARROW-10995: [Rust] [DataFusion] Limit ParquetExec
concurrency when reading large number of files
add 30ce2eb ARROW-11063: [Rust] [Breaking] Validate null counts when
building arrays
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array_binary.rs | 12 ++-----
rust/arrow/src/array/array_string.rs | 4 +--
rust/arrow/src/array/array_struct.rs | 14 +++-----
rust/arrow/src/array/array_union.rs | 27 +++++----------
rust/arrow/src/array/builder.rs | 30 +++--------------
rust/arrow/src/array/data.rs | 20 ++++++++----
rust/arrow/src/array/equal/mod.rs | 9 -----
rust/arrow/src/compute/kernels/comparison.rs | 1 -
rust/arrow/src/compute/kernels/take.rs | 12 -------
rust/arrow/src/compute/util.rs | 2 --
rust/arrow/src/ipc/reader.rs | 49 +++++++---------------------
rust/arrow/src/json/reader.rs | 4 ---
rust/parquet/src/arrow/array_reader.rs | 9 -----
13 files changed, 46 insertions(+), 147 deletions(-)