timsaucer commented on PR #17332:
URL: https://github.com/apache/datafusion/pull/17332#issuecomment-3259495898
> I was playing with this PR this morning to see if Comet could use it, and
it looks like `datafusion-sql` is brought in with the `nested_expressions`
feature (which Comet uses). I wonder if we can disentangle that dependency.
I did a quick check and with the latest push + comet I no longer have any
`sql` dependency in the cargo lock file! I *did* have to make a change in
comet, which was to set `datafusion-functions-nested = {
path="../../../datafusion/datafusion/functions-nested", default-features =
false }` in `native/core/Cargo.toml`.
--
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]