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

Support additional SparkSQL syntax #264

Closed
8 tasks done
tconbeer opened this issue Sep 19, 2022 · 0 comments · Fixed by #272
Closed
8 tasks done

Support additional SparkSQL syntax #264

tconbeer opened this issue Sep 19, 2022 · 0 comments · Fixed by #272
Labels
enhancement New feature or request
Milestone

Comments

@tconbeer
Copy link
Owner

tconbeer commented Sep 19, 2022

Spark SQL reference here

  • TABLESAMPLE (word operator)
  • CLUSTER BY (unterm kw)
  • DISTRIBUTE BY (unterm kw)
  • SORT BY (unterm kw)
  • PIVOT (word operator)
  • FOR (unterm kw)
  • LATERAL VIEW [OUTER] (unterm kw, I think this is effectively JOIN)
  • SELECT TRANSFORM (another select suffix) < this is actually really terrible and hive specific and comes with a bunch of other keywords, so it's out of scope for now
@tconbeer tconbeer added the enhancement New feature or request label Sep 19, 2022
@tconbeer tconbeer added this to the v0.12.0 milestone Sep 19, 2022
@tconbeer tconbeer changed the title Support additional SparkSQL syntax: CLUSTER BY, DISTRIBUTE BY, PIVOT, LATERAL VIEW, TRANSFORM Support additional SparkSQL syntax Sep 29, 2022
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