Skip to content

feat: Hive: support SORT BY direction #1873

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

Merged
merged 1 commit into from
Jun 6, 2025

Conversation

chenkovsky
Copy link
Contributor

In Hive SQL, we can add ASC, DESC after sort by columns. but currently this parser doesn't support it.

https://cwiki.apache.org/confluence/display/Hive/LanguageManual+SortBy.

@iffyio iffyio changed the title feat: sort by with direction for hive feat: Hive: support SORT BY direction Jun 6, 2025
Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @chenkovsky!
cc @alamb

@iffyio iffyio merged commit e2b1ae3 into apache:main Jun 6, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants