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 7191f4d6b4 feat: expose HTTP/2 max frame size in `object_store` (#6442)
     add de6a7594fb chore: add docs, part of #37 (#6433)

No new revisions were added by this update.

Summary of changes:
 arrow-array/src/builder/generic_bytes_builder.rs   |  2 +-
 .../src/builder/generic_bytes_view_builder.rs      | 12 +++--
 arrow-cast/src/cast/mod.rs                         |  2 +-
 arrow-csv/src/writer.rs                            |  5 +-
 arrow-data/src/byte_view.rs                        |  1 +
 arrow-data/src/data.rs                             | 41 ++++++++++++----
 arrow-data/src/decimal.rs                          |  4 ++
 arrow-data/src/lib.rs                              |  1 +
 arrow-data/src/transform/mod.rs                    |  5 ++
 arrow-json/src/reader/mod.rs                       |  2 +-
 arrow-ord/src/lib.rs                               |  1 +
 arrow-ord/src/rank.rs                              |  2 +
 arrow-ord/src/sort.rs                              |  2 +
 arrow-pyarrow-integration-testing/src/lib.rs       |  1 +
 arrow-row/src/lib.rs                               |  1 +
 arrow-schema/src/datatype.rs                       |  4 +-
 arrow-schema/src/error.rs                          | 16 +++++++
 arrow-schema/src/ffi.rs                            | 54 ++++++++++++++++------
 arrow-schema/src/lib.rs                            |  1 +
 arrow-schema/src/schema.rs                         |  1 +
 arrow-select/src/filter.rs                         |  1 +
 arrow-select/src/interleave.rs                     |  2 +
 arrow-select/src/lib.rs                            |  1 +
 arrow-select/src/nullif.rs                         |  2 +
 arrow-select/src/zip.rs                            |  2 +
 arrow-string/src/concat_elements.rs                |  6 +++
 arrow-string/src/lib.rs                            |  1 +
 arrow-string/src/like.rs                           |  2 +
 arrow/tests/csv.rs                                 |  3 +-
 parquet_derive/src/lib.rs                          |  4 ++
 30 files changed, 147 insertions(+), 35 deletions(-)

Reply via email to