kosiew commented on code in PR #16696:
URL: https://github.com/apache/datafusion/pull/16696#discussion_r2389751250
##########
datafusion/optimizer/tests/optimizer_integration.rs:
##########
@@ -46,6 +46,42 @@ fn init() {
let _ = env_logger::try_init();
}
+#[test]
+fn recursive_query_column_pruning() -> Result<()> {
Review Comment:
> Since it seems to succeed without the fix applied
It was a test to "fail", ie alert me if the branch changed the plan in
unexpected ways.
Looking at it now, it was more relevant during development.
I'll remove it
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]