logan-keede commented on code in PR #14190:
URL: https://github.com/apache/datafusion/pull/14190#discussion_r1924024388
##########
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:
> Can we please avoid this dependency (the optimizer shouldn't depend on
parquet). I didn't see it directly used 🤔
done.
--
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]