We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow up to #538
#1697 adds support for Hive bucketing v2, except for timestamp data type.
Per @electrum comment under https://issues.apache.org/jira/browse/HIVE-21376, Hive bucketing v2 for timestamp was changed between 3.0 and 3.1 as part of https://issues.apache.org/jira/browse/HIVE-20007.
timestamp
We should add support for Hive bucketing v2 for timestamp once we make sure Hive 3.0 has been generally superseded with 3.1 in the wild.
The text was updated successfully, but these errors were encountered:
Another option is to remove support for bucketing on timestamp: #4759
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Follow up to #538
#1697 adds support for Hive bucketing v2, except for timestamp data type.
Per @electrum comment under https://issues.apache.org/jira/browse/HIVE-21376, Hive bucketing v2 for
timestamp
was changed between 3.0 and 3.1 as part of https://issues.apache.org/jira/browse/HIVE-20007.We should add support for Hive bucketing v2 for
timestamp
once we make sure Hive 3.0 has been generally superseded with 3.1 in the wild.The text was updated successfully, but these errors were encountered: