zhuqi-lucas opened a new issue, #21269: URL: https://github.com/apache/datafusion/issues/21269
**Is your feature request related to a problem or challenge?** `datafusion-substrait` is always compiled as a dependency of `datafusion-sqllogictest`, even though most developers and CI jobs don't need substrait support. This adds unnecessary compile time. **Describe the solution you'd like** Make `datafusion-substrait` an optional dependency gated behind a `substrait` feature flag. Only the substrait round-trip test needs it. **Additional context** PR: https://github.com/apache/datafusion/pull/21268 -- 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]
