alamb commented on code in PR #5088:
URL: https://github.com/apache/arrow-datafusion/pull/5088#discussion_r1089059263
##########
datafusion/expr/src/expr_rewriter.rs:
##########
@@ -333,89 +335,6 @@ where
v.into_iter().map(|expr| expr.rewrite(rewriter)).collect()
}
-/// Rewrite sort on aggregate expressions to sort on the column of aggregate
output
-/// For example, `max(x)` is written to `col("MAX(x)")`
-pub fn rewrite_sort_cols_by_aggs(
Review Comment:
this PR just moves this code into a new file and adds some tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]