adriangb commented on code in PR #17444:
URL: https://github.com/apache/datafusion/pull/17444#discussion_r2334368590
##########
datafusion/physical-plan/Cargo.toml:
##########
@@ -53,7 +53,7 @@ datafusion-common = { workspace = true, default-features =
true }
datafusion-common-runtime = { workspace = true, default-features = true }
datafusion-execution = { workspace = true }
datafusion-expr = { workspace = true }
-datafusion-functions-aggregate-common = { workspace = true }
+datafusion-functions-aggregate = { workspace = true }
Review Comment:
Makes sense. I opened https://github.com/apache/datafusion/pull/17492 which
also removes the dep for the parquet crate. However I might merge this PR first
and do it as a followup since the followup will be just changing an import.
--
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]