apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.46k stars 2.24k forks source link

encountered a problem while making multiple bucket maybe a bug #9167

Open madeirak opened 11 months ago

madeirak commented 11 months ago

Apache Iceberg version

None

Query engine

Spark

Please describe the bug 🐞

I have encountered a problem showing as below First adding 2 buckets to a table for splitting, when i use 'desc' statement, there are 2 buckets, but when I use 'show create table' statement, there are only 1 bucket displayed. image When I look at the physical directory structure, there are indeed two physical bucket directory levels image

How to explain this?

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.