jackwener commented on code in PR #5092:
URL: https://github.com/apache/arrow-datafusion/pull/5092#discussion_r1089889288
##########
datafusion/expr/src/expr_rewriter.rs:
##########
@@ -429,27 +433,14 @@ pub fn normalize_col_with_schemas(
schemas: &[&Arc<DFSchema>],
using_columns: &[HashSet<Column>],
) -> Result<Expr> {
- struct ColumnNormalizer<'a> {
Review Comment:
Really like this example.👍
--
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]