Skip to content

Substrait Rust Feature #526

@jdye64

Description

@jdye64

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions