You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/01/28 04:06:56 UTC

[arrow-datafusion] branch master updated (7673fcc46 -> a3219457d)

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

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


    from 7673fcc46 Show optimization errors in explain (#4819)
     add a3219457d Minor: extract sort col rewrite into its own module, add unit tests (#5088)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/expr_rewriter.rs          |  89 +--------
 datafusion/expr/src/expr_rewriter/order_by.rs | 263 ++++++++++++++++++++++++++
 2 files changed, 267 insertions(+), 85 deletions(-)
 create mode 100644 datafusion/expr/src/expr_rewriter/order_by.rs