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/08 16:07:46 UTC

[arrow-datafusion] branch datafusion-expr-expr updated (5b8db79 -> 71f5c6e)

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.


    omit 5b8db79  move accumulator and columnar value
     add 71f5c6e  move accumulator and columnar value

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   (5b8db79)
            \
             N -- N -- N   refs/heads/datafusion-expr-expr (71f5c6e)

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-expr/src/expr.rs                | 1160 ++++++++++++++--------------
 datafusion-expr/src/lib.rs                 |    8 +-
 datafusion-expr/src/udaf.rs                |   94 +--
 datafusion-expr/src/udf.rs                 |   98 +--
 datafusion/src/physical_plan/aggregates.rs |    3 +-
 datafusion/src/physical_plan/udaf.rs       |    4 +-
 datafusion/src/physical_plan/udf.rs        |    4 +-
 7 files changed, 686 insertions(+), 685 deletions(-)