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


    from cc84442f1b Apply suggestion from @adamreeve
     add cd401f72c9 Add links to arrow spec in comments
     add 5bf8912651 [arrow-string]: add `like::eq_ascii_ignore_case` kernel 
(#9871)
     add 7f6524def2 fix(parquet): bound schema num_children before 
Vec::with_capacity (#9884)
     add ded985c95e fix(arrow-csv): bound RecordDecoder::flush offset 
accumulation (#9886)
     add 97ff198491 feat(arrow-string): concat_elements for view, fixed binary 
(#9876)
     add cc5a25649d impl `FromStr` for `DatePart` (#9931)
     add 3384f649cc chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 
(#9932)
     add 913bab26ba Prepare for `58.3.0` release (#9893)
     add c2021f1c4a Fix MSRV check by checking in Cargo.lock (#9941)
     add 13f5f94064 feat(parquet): compact level representation with generic 
writer dispatch (#9831)
     add c025c48f28 [Parquet]: GH-563: Make `path_in_schema` optional (#9678)
     add e45354a413 Remove deprecated legacy `like` kernels in `arrow-string` 
(#9674)
     add 76c381ff0a Remove redundant benchmarks in `cast_kernels` (#9789)
     add 5d464b58f9 Add `CompressionCodec` Thrift enum for Parquet metadata 
(#9864)
     add aa3c9d3ecc feat(parquet): add BloomFilterPropertiesBuilder (#9877)
     add c1507ad20a generic channel support for FlightClient (#9933)
     add 3c71d928b6 perf[arrow-select]: add specialized REE interleave (#9856)
     add bec87cdefc Merge remote-tracking branch 'apache/main' into 
alamb/consistent_arithmetic
     add 6ce4bc8996 Validate encoded Thrift lists match the schema (#9924)
     add 21c4a9bc1e Merge remote-tracking branch 'apache/main' into 
alamb/consistent_arithmetic

No new revisions were added by this update.

Summary of changes:
 .github/workflows/dev_pr.yml                     |    2 +-
 CHANGELOG-old.md                                 |  175 +
 CHANGELOG.md                                     |  208 +-
 Cargo.lock                                       | 4598 ++++++++++++++++++++++
 Cargo.toml                                       |   42 +-
 arrow-arith/src/temporal.rs                      |  142 +
 arrow-array/src/array/fixed_size_binary_array.rs |    3 +
 arrow-csv/src/reader/records.rs                  |   36 +-
 arrow-flight/src/client.rs                       |  291 +-
 arrow-schema/src/datatype.rs                     |    8 +-
 arrow-select/src/interleave.rs                   |   71 +
 arrow-string/src/concat_elements.rs              |  295 +-
 arrow-string/src/like.rs                         |  781 +---
 arrow-string/src/substring.rs                    |    4 +-
 arrow/benches/cast_kernels.rs                    |  343 +-
 dev/release/update_change_log.sh                 |    4 +-
 parquet/benches/metadata.rs                      |   22 +-
 parquet/src/arrow/arrow_writer/levels.rs         |  417 +-
 parquet/src/arrow/arrow_writer/mod.rs            |   74 +-
 parquet/src/basic.rs                             |  159 +-
 parquet/src/bin/parquet-layout.rs                |   22 +-
 parquet/src/bin/parquet-rewrite.rs               |   10 +-
 parquet/src/column/chunker/cdc.rs                |  104 +-
 parquet/src/column/writer/mod.rs                 |  450 ++-
 parquet/src/encodings/levels.rs                  |  144 +
 parquet/src/file/metadata/memory.rs              |    4 +-
 parquet/src/file/metadata/mod.rs                 |   63 +-
 parquet/src/file/metadata/thrift/mod.rs          |   32 +-
 parquet/src/file/metadata/writer.rs              |   21 +-
 parquet/src/file/page_index/offset_index.rs      |    3 +-
 parquet/src/file/properties.rs                   |  405 +-
 parquet/src/file/serialized_reader.rs            |    2 +-
 parquet/src/file/writer.rs                       |    6 +-
 parquet/src/parquet_thrift.rs                    |   49 +-
 parquet/src/schema/printer.rs                    |    6 +-
 parquet/src/schema/types.rs                      |   20 +-
 parquet/tests/arrow_reader/bad_data.rs           |    2 +-
 37 files changed, 7433 insertions(+), 1585 deletions(-)
 create mode 100644 Cargo.lock

Reply via email to