You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2022/02/19 16:36:41 UTC

[arrow-rs] branch master updated (041b77d -> ecba7dc)

This is an automated email from the ASF dual-hosted git repository.

nevime pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.


    from 041b77d  Update the document of function `MutableArrayData::extend` (#1336)
     add ecba7dc  Update versions and CHANGELOG for 9.1.0 release (#1325)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       | 65 +++++++++++++++++++++-
 arrow-flight/Cargo.toml                            |  4 +-
 arrow-pyarrow-integration-testing/Cargo.toml       |  4 +-
 arrow/Cargo.toml                                   |  2 +-
 arrow/README.md                                    |  2 +-
 arrow/test/dependency/default-features/Cargo.toml  |  2 +-
 .../test/dependency/no-default-features/Cargo.toml |  2 +-
 arrow/test/dependency/simd/Cargo.toml              |  2 +-
 dev/release/update_change_log.sh                   |  4 +-
 integration-testing/Cargo.toml                     |  2 +-
 parquet/Cargo.toml                                 |  6 +-
 parquet_derive/Cargo.toml                          |  4 +-
 parquet_derive/README.md                           |  4 +-
 .../test/dependency/default-features/Cargo.toml    |  2 +-
 parquet_derive_test/Cargo.toml                     |  6 +-
 15 files changed, 87 insertions(+), 24 deletions(-)