AdamGS commented on code in PR #23125:
URL: https://github.com/apache/datafusion/pull/23125#discussion_r3460187394
##########
datafusion/datasource/Cargo.toml:
##########
@@ -52,6 +52,7 @@ datafusion-common = { workspace = true, features =
["object_store"] }
datafusion-common-runtime = { workspace = true }
datafusion-execution = { workspace = true }
datafusion-expr = { workspace = true }
+datafusion-functions = { workspace = true }
Review Comment:
The issue here is that `datafusion-physical-expr-adapter` already depends on
`datafusion-functions`, and `datafusion-datasource` depends on it. I was also
wondering about this tree, I was considering introducing another crate here but
that seems like a big change for something this small.
--
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]