comphead commented on code in PR #15858: URL: https://github.com/apache/datafusion/pull/15858#discussion_r2060421347
########## datafusion/physical-optimizer/src/pruning.rs: ########## @@ -1557,7 +1557,7 @@ fn build_predicate_expression( // allow partial failure in predicate expression generation // this can still produce a useful predicate when multiple conditions are joined using AND Err(e) => { - dbg!(format!("Error building pruning expression: {e}")); Review Comment: 🤦 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org