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



##########
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:
       lol, we are in the same camp, I basically only use print for debugging 
except for rare kernel bugs :D




-- 
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:
us...@infra.apache.org


Reply via email to