logan-keede commented on code in PR #14190: URL: https://github.com/apache/datafusion/pull/14190#discussion_r1921278241
########## datafusion/physical-optimizer/Cargo.toml: ########## @@ -48,6 +49,7 @@ futures = { workspace = true } itertools = { workspace = true } log = { workspace = true } recursive = { workspace = true, optional = true } +parquet = { workspace = true, optional = true, default-features = true } Review Comment: Here is the culprit :police_officer: https://github.com/apache/datafusion/blob/0d571a76a19a1d8342ed3e89f40f3f599db0cf40/datafusion/physical-optimizer/src/enforce_distribution.rs#L1413 perhaps the tests can be moved elsewhere? PS: moving them to core integration tests as I should have. -- 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