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/07 02:42:21 UTC

[arrow-datafusion] branch datafusion-expr updated (8170b2e -> a52f1d7)

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

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


    omit 8170b2e  format
    omit b53e5a1  add datafusion-expr module
    omit 640d7e2  move column, dfschema, etc. to common module
    omit 0a93a2c  move dfschema and column
     add c63950d  Update datafusion-common/README.md
     add 9d9a31b  Update datafusion/Cargo.toml
     add 1b09497  include publishing
     add 3d26ac4  move dfschema and column
     add 839b45c  move column, dfschema, etc. to common module
     add c655499  add datafusion-expr module
     add 6d4b3d5  format
     add a52f1d7  update and add version

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   (8170b2e)
            \
             N -- N -- N   refs/heads/datafusion-expr (a52f1d7)

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:
 datafusion-common/Cargo.toml                    | 3 +--
 datafusion-common/README.md                     | 4 +++-
 datafusion-expr/Cargo.toml                      | 3 +--
 CODE_OF_CONDUCT.md => datafusion-expr/README.md | 6 +++---
 datafusion/Cargo.toml                           | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
 copy CODE_OF_CONDUCT.md => datafusion-expr/README.md (84%)