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

Add SQL query planner support for DISTRIBUTED BY #3207

Closed
andygrove opened this issue Aug 19, 2022 · 0 comments · Fixed by #3208
Closed

Add SQL query planner support for DISTRIBUTED BY #3207

andygrove opened this issue Aug 19, 2022 · 0 comments · Fixed by #3208
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Hive, Spark, Dask SQL all support DISTRIBUTED BY so I would like DataFusion to be able to build logical plans from these queries.

Spark: https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-distribute-by.html

Describe the solution you'd like
Add new PartitioningScheme

Describe alternatives you've considered
None

Additional context
None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant