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-rs.git
from d70c2ea84 Consistent case in Index enumeration (#2029)
add ca1bfb8f2 Add Decimal256Builder and Decimal256Array (#2000)
No new revisions were added by this update.
Summary of changes:
arrow/src/array/array_decimal.rs | 196 ++++++++++++++++++++---------
arrow/src/array/builder/decimal_builder.rs | 120 +++++++++++++++++-
arrow/src/array/builder/mod.rs | 1 +
arrow/src/array/equal_json.rs | 16 +++
arrow/src/array/iterator.rs | 1 +
arrow/src/array/mod.rs | 3 +
arrow/src/array/ord.rs | 1 +
arrow/src/compute/kernels/cast.rs | 2 +
arrow/src/compute/kernels/sort.rs | 1 +
arrow/src/compute/kernels/take.rs | 2 +
arrow/src/csv/reader.rs | 1 +
arrow/src/datatypes/datatype.rs | 5 +
arrow/src/util/decimal.rs | 1 +
arrow/src/util/display.rs | 1 +
parquet/src/arrow/arrow_writer/mod.rs | 1 +
15 files changed, 294 insertions(+), 58 deletions(-)