nuno-faria opened a new issue, #25578: URL: https://github.com/apache/datafusion/issues/25578
`datafusion-example` currently uses subcrates like `datafusion-expr`: https://github.com/apache/datafusion/blob/0576a0b400437ade5a6f3b102465d954a539f263/datafusion-examples/Cargo.toml#L54-L57 Since the `datafusion` crate already exports most these, it should be preferred in the examples. Here's @alamb original reasoning: https://github.com/apache/datafusion/pull/14305 The fix is easy to automate. However, we should also add a CI check to prevent these subcrates to be unnecessarily added in the future. -- 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]
