blaginin commented on code in PR #15893: URL: https://github.com/apache/datafusion/pull/15893#discussion_r2068973338
########## datafusion/optimizer/src/push_down_filter.rs: ########## @@ -1840,22 +1889,15 @@ mod tests { .filter(col("a").eq(lit(1i64)))? .build()?; - // not part of the test, just good to know: - assert_eq!( - format!("{plan}"), - "\ - Filter: a = Int64(1)\ - \n Projection: b * Int32(3) AS a, test.c\ - \n Projection: test.a * Int32(2) + test.c AS b, test.c\ - \n TableScan: test" - ); - Review Comment: should we keep 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: 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