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

[BUG] Make default result ordering of SHOW PARTITIONS be consist with 0.11 #3184

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

gaodayue
Copy link
Contributor

Previously in 0.11, the results of SHOW PARTITIONS statement for range partitioned table is returned in ascending range order. #2828 changes the behavior to non-deterministic order, which may break some existing tools that relies on the ordering.

This CL makes the result ordering to be consist with 0.11

@gaodayue gaodayue requested a review from morningman March 24, 2020 05:01
@gaodayue gaodayue mentioned this pull request Mar 24, 2020
Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

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

LGTM

@morningman morningman merged commit e794bb6 into apache:master Mar 24, 2020
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