Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Run Substrait queries from other engines #1040

Open
jdye64 opened this issue Feb 13, 2023 · 0 comments · May be fixed by #1041
Open

[ENH] Run Substrait queries from other engines #1040

jdye64 opened this issue Feb 13, 2023 · 0 comments · May be fixed by #1041
Labels
enhancement New feature or request needs triage Awaiting triage by a dask-sql maintainer

Comments

@jdye64
Copy link
Collaborator

jdye64 commented Feb 13, 2023

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

@jdye64 jdye64 added enhancement New feature or request needs triage Awaiting triage by a dask-sql maintainer labels Feb 13, 2023
@jdye64 jdye64 linked a pull request Feb 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage Awaiting triage by a dask-sql maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant