robtandy opened a new issue, #14253: URL: https://github.com/apache/datafusion/issues/14253
### Describe the bug Serializing a physical plan to bytes and then recreating it produces a different output. This was observed on TPCH query 3. Note though, that it was also observed that if you remove the config option: `datafusion.execution.parquet.pushdown_filters` the discrepancy goes away. I'll work up a PR to improve the round trip tests to hopefully isolate the problem. ### To Reproduce A reproducible example is here https://github.com/robtandy/datafusion-physical-plan-round-trip/blob/main/src/main.rs ### Expected behavior Physical plans should produce the same output after a round trip to proto and back. ### Additional context _No response_ -- 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.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