Skip to content

[ENH] Run Substrait queries from other engines #1040

Open
@jdye64

Description

@jdye64

Is your feature request related to a problem? Please describe.
As substrait gains popularity other db engines have the capability to export their LogicalPlans to substrait. We should offer the ability for dask-sql to run those .proto substrait files directly from the dask-sql context.

Describe the solution you'd like
Add a flag to the Context.sql(..) method to treat the sql param as a path to a substrait proto file that should be ran directly without using the Datafusion planner.

Describe alternatives you've considered
None

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds triageAwaiting triage by a dask-sql maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions