-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
enhancementNew feature or requestNew feature or requestneeds triageAwaiting triage by a dask-sql maintainerAwaiting triage by a dask-sql maintainer
Description
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
mbwhite
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds triageAwaiting triage by a dask-sql maintainerAwaiting triage by a dask-sql maintainer