You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/29 23:57:34 UTC

[GitHub] [arrow-datafusion] houqp commented on a change in pull request #225: Fix Filter / where clause without column names is removed in optimization pass

houqp commented on a change in pull request #225:
URL: https://github.com/apache/arrow-datafusion/pull/225#discussion_r623499825



##########
File path: datafusion/src/optimizer/filter_push_down.rs
##########
@@ -368,6 +381,7 @@ fn optimize(plan: &LogicalPlan, mut state: State) -> Result<LogicalPlan> {
                     new_filters.push(filter_expr.clone());
                 }
             }
+            println!("{:?}", &state);

Review comment:
       forgot to delete this? :P




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org