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 fa2fbfdc8 added a flush method to IPC writers (#6108)
     add 3ebb03326 Fix Clippy for the Rust 1.80 release (#6116)

No new revisions were added by this update.

Summary of changes:
 arrow-array/Cargo.toml                       |  1 +
 arrow-array/src/array/byte_view_array.rs     |  2 +-
 arrow-array/src/array/string_array.rs        | 64 ----------------------------
 arrow-cast/Cargo.toml                        |  1 +
 arrow-cast/src/cast/mod.rs                   | 33 +++++++-------
 arrow-cast/src/parse.rs                      |  6 +--
 arrow-data/src/data.rs                       |  6 ++-
 arrow-data/src/equal/mod.rs                  | 13 ++++--
 arrow-flight/src/decode.rs                   |  4 +-
 arrow-flight/src/encode.rs                   | 13 +++---
 arrow-flight/src/lib.rs                      |  8 ++--
 arrow-select/src/concat.rs                   |  4 +-
 arrow-string/src/substring.rs                | 34 +++++++++------
 arrow/Cargo.toml                             |  2 +-
 parquet/src/arrow/arrow_reader/mod.rs        | 10 ++---
 parquet/src/arrow/arrow_reader/statistics.rs | 14 +++---
 parquet/src/file/metadata/mod.rs             |  6 +--
 parquet/src/file/properties.rs               |  4 +-
 parquet/src/file/writer.rs                   |  7 +--
 parquet/src/format.rs                        | 10 +++--
 parquet/src/util/test_common/page_util.rs    | 13 +++---
 21 files changed, 108 insertions(+), 147 deletions(-)

Reply via email to