jdye64 opened a new issue, #526: URL: https://github.com/apache/arrow-datafusion-python/issues/526
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** While currently it is possible to use the `protoc` feature in ADP that simply attempts to compile `protobuf-src` and use the resulting binary to compile the protobuf definition files needed by the substrait module. However, in certain conda environments there are situations where the appropriate system libraries are not available for `protobuf-src` to successfully compile. Therefore I think it makes sense to make a `substrait` feature that would make the substrait module optional for these cases. **Describe the solution you'd like** Add a new `substrait` feature to Cargo.toml which when specified would compile the substrait module. Default would be to not include the substrait module. **Describe alternatives you've considered** None **Additional context** None -- 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]
