-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Table has more than one bucket keys, but "show create table xxx" only displays one #11090
Comments
The table has two partition keys from two partition transforms, one of which is bucket. |
Are the principle both hash? |
Sorry, I missed |
Similar to the following process:
|
With HiveCatalog |
I am quite puzzled why name is used as both partition and bucket. In this case, all the data under the name partition is in the same bucket, and the bucketing effect is meaningless. |
This is just an example, not a real table. The main issue is that multiple bucket fields only display one in "show create table xxx" |
The |
ok, fine. It would be better if it could be as shown in the Iceberg document: |
Apache Iceberg version
1.4.3
Query engine
Spark
Please describe the bug 🐞
Through "select * from xx.xx.partitions" above, it can be seen that this table has two bucket keys.
But "show create table xx.xx"as below,only display one bucket key
The text was updated successfully, but these errors were encountered: