Skip to content

Substrait Plan to Protobuf Bytes #343

@kdbrooks

Description

@kdbrooks

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There is no way to serialize a Substrait plan to bytes in Python. The only way currently is to serialize a SQL query to bytes which doesn't work with Dataframes.

Describe the solution you'd like
A way to go from Dataframe -> Substrait Plan -> Encoded Protobuf Bytes

Describe alternatives you've considered
Using SQL queries instead of the Dataframe API.

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