You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 compileprotobuf-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 forprotobuf-src
to successfully compile. Therefore I think it makes sense to make asubstrait
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
The text was updated successfully, but these errors were encountered: