You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/07/08 18:44:25 UTC

[arrow-rs] branch master updated (5a76697eb -> 330505c98)

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 5a76697eb Fix record delimiting on row group boundaries (#2025) (#2027)
     add 330505c98 Prepare for 18.0.0 release: Update CHANGELOG and versions (#2023)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG-old.md                             | 107 ++++++++++++++++++
 CHANGELOG.md                                 | 161 +++++++++++++--------------
 arrow-flight/Cargo.toml                      |   4 +-
 arrow-flight/README.md                       |   2 +-
 arrow-pyarrow-integration-testing/Cargo.toml |   4 +-
 arrow/Cargo.toml                             |   2 +-
 arrow/README.md                              |   2 +-
 dev/release/README.md                        |   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 +-
 parquet_derive_test/Cargo.toml               |   6 +-
 14 files changed, 203 insertions(+), 107 deletions(-)