This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch alamb/consistent_arithmetic
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 590a0fa432 [arrow-array] use usize arithmetic in FixedSizeBinaryArray
omit 6b10c3f68a [arrow-array] rename size parameters to value_length
add d88cc48b1d replace Dictionary::try_new() calls with with_values.
(#9894)
add 99998d6308 API to help with the pattern of 'replaces the values of the
REE array (#9891)
add 21f739cb5f test(parquet): replace `InMemoryArrayReader` with
`PrimitiveArrayReader` in tests (#9847)
add e6c9448815 Update release schedule on README (#9881)
add 3790d88b5e Pre-size dedup HashTable in
GenericByteDictionaryBuilder::with_capacity (#9908)
add 1d89737b4d fix(parquet): Prevent negative list sizes in Thrift compact
protocol parser (#9868)
add 8091f3f17b [arrow-array] Use consistent `value_length` name in
FixedSizeBinaryArray (#9905)
add 4973b97feb [arrow-array] use usize arithmetic in FixedSizeBinaryArray
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (590a0fa432)
\
N -- N -- N refs/heads/alamb/consistent_arithmetic (4973b97feb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 14 +-
arrow-arith/src/temporal.rs | 39 ++++++
arrow-array/src/array/run_array.rs | 59 ++++++++
.../builder/generic_bytes_dictionary_builder.rs | 21 ++-
arrow-cast/src/cast/dictionary.rs | 28 ++--
arrow-string/src/length.rs | 57 +++++---
arrow-string/src/substring.rs | 3 +-
.../arrow/array_reader/fixed_size_list_array.rs | 117 +++++-----------
parquet/src/arrow/array_reader/list_array.rs | 94 ++++---------
parquet/src/arrow/array_reader/list_view_array.rs | 72 +++-------
parquet/src/arrow/array_reader/struct_array.rs | 51 ++-----
parquet/src/arrow/array_reader/test_util.rs | 148 ++++++---------------
parquet/src/arrow/arrow_reader/read_plan.rs | 10 +-
parquet/src/parquet_thrift.rs | 34 ++++-
14 files changed, 342 insertions(+), 405 deletions(-)