andygrove commented on code in PR #12626: URL: https://github.com/apache/datafusion/pull/12626#discussion_r1777822954
########## datafusion/proto/tests/cases/roundtrip_logical_plan.rs: ########## @@ -704,6 +730,7 @@ async fn roundtrip_logical_plan_distinct_on() -> Result<()> { let plan = ctx.sql(query).await?.into_optimized_plan()?; let bytes = logical_plan_to_bytes(&plan)?; + println!("plan {:?}", plan); Review Comment: nit: could you remove this debug println? -- 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