Skip to content

Spark: Add WRITE ORDERED BY command to set table order#1961

Merged
aokolnychyi merged 2 commits intoapache:masterfrom
rdblue:add-write-ordered-by-command
Dec 21, 2020
Merged

Spark: Add WRITE ORDERED BY command to set table order#1961
aokolnychyi merged 2 commits intoapache:masterfrom
rdblue:add-write-ordered-by-command

Conversation

@rdblue
Copy link
Contributor

@rdblue rdblue commented Dec 19, 2020

This adds ALTER TABLE ... WRITE ORDERED BY ... to set the table order in Spark.

@github-actions github-actions bot added the spark label Dec 19, 2020
@rdblue rdblue requested a review from aokolnychyi December 20, 2020 22:25
;

order
: fields+=orderField (',' fields+=orderField)*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 on supporting expressions with and without parentheses.

@aokolnychyi aokolnychyi merged commit 1e99eef into apache:master Dec 21, 2020
@aokolnychyi
Copy link
Contributor

Thanks, @rdblue!

@rdblue
Copy link
Contributor Author

rdblue commented Dec 21, 2020

Thanks for reviewing and merging!

@rdblue rdblue deleted the add-write-ordered-by-command branch December 21, 2020 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments