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/09 01:58:25 UTC

[arrow-datafusion] branch datafusion-expr-expr updated (71f5c6e -> 9ce0371)

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 71f5c6e  move accumulator and columnar value
     add e8c198b  rewrite predicates before pushing to union inputs (#1781)
     add ed9b049  move accumulator and columnar value (#1765)
     add 9ce0371  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   (71f5c6e)
            \
             N -- N -- N   refs/heads/datafusion-expr-expr (9ce0371)

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/src/optimizer/filter_push_down.rs | 54 +++++++++++++++++++++++++---
 datafusion/src/physical_plan/functions.rs    | 17 +++++++--
 2 files changed, 64 insertions(+), 7 deletions(-)