You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/01/30 21:24:08 UTC

[arrow-datafusion] branch master updated (67b1da8a7 -> 51d58405e)

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

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


    from 67b1da8a7 Parquet parallel scan (#5057)
     add 51d58405e refactor: Add `rewrite_expr` convenience method for rewriting `Expr`s (#5092)

No new revisions were added by this update.

Summary of changes:
 datafusion-examples/examples/rewrite_expr.rs |  31 ++---
 datafusion/expr/src/expr_rewriter.rs         | 197 +++++++++++++++------------
 2 files changed, 123 insertions(+), 105 deletions(-)