You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/02/02 09:33:52 UTC

[arrow-rs] branch upgrade-clap updated (bf88f8e -> de64bd7)

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

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


 discard bf88f8e  add docs
 discard 11688aa  update one last tool
 discard 51cf9cf  upgrade more binaries
 discard 0f3d315  upgrade clap
     add de64bd7  upgrade clap

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bf88f8e)
            \
             N -- N -- N   refs/heads/upgrade-clap (de64bd7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 integration-testing/Cargo.toml                     |  2 +-
 .../src/bin/arrow-file-to-stream.rs                | 19 ++++++++++------
 .../src/bin/arrow-json-integration-test.rs         | 17 ---------------
 .../src/bin/flight-test-integration-client.rs      | 16 --------------
 .../src/bin/flight-test-integration-server.rs      | 14 ------------
 parquet/Cargo.toml                                 |  2 +-
 parquet/src/bin/parquet-read.rs                    | 25 ++++------------------
 parquet/src/bin/parquet-rowcount.rs                | 24 +++++----------------
 parquet/src/bin/parquet-schema.rs                  | 24 ++++++---------------
 9 files changed, 29 insertions(+), 114 deletions(-)