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 Hive bucket version 2 tables #538

Closed
electrum opened this issue Mar 25, 2019 · 1 comment · Fixed by #1697
Closed

Support Hive bucket version 2 tables #538

electrum opened this issue Mar 25, 2019 · 1 comment · Fixed by #1697
Assignees
Milestone

Comments

@electrum
Copy link
Member

Hive 3.0 creates tables with a bucketing_version=2 which uses a different hash function. We added safety checks in #512 to treat these as not bucketed for reads (and blocked writes), but we should actually support these. It will likely require lots of refactoring of the bucketing code.

@wagnermarkd
Copy link
Contributor

Reference: https://issues.apache.org/jira/browse/HIVE-18910

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

3 participants