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

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


 discard e335245  expr expr
    omit 8170b2e  format
    omit b53e5a1  add datafusion-expr module
    omit 640d7e2  move column, dfschema, etc. to common module
     add a076a37  move column, dfschema, etc. to common module
     add dd61931  include scalar
     add 7cbbd5a  fmt
     add 26364af  fix doc test
     new c81d50b  add datafusion-expr module
     new 1e2f6b6  format
     new 37bdf92  expr expr

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   (e335245)
            \
             N -- N -- N   refs/heads/datafusion-expr-expr (37bdf92)

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.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 datafusion-common/Cargo.toml                    |    1 +
 datafusion-common/src/lib.rs                    |    4 +
 {datafusion => datafusion-common}/src/scalar.rs | 1435 ++---------------
 datafusion/src/scalar.rs                        | 1940 +----------------------
 4 files changed, 145 insertions(+), 3235 deletions(-)
 copy {datafusion => datafusion-common}/src/scalar.rs (61%)

Reply via email to