lurnagao-dahua commented on issue #11090:
URL: https://github.com/apache/iceberg/issues/11090#issuecomment-2372845647

   > create table   dbxx.tbxx (id INT COMMENT '11', name STRING COMMENT '') 
USING iceberg PARTITIONED BY (name, bucket(10, name), bucket(10, id ));
   > insert into tbxx values (1, '1');
   > show create table dbxx.tbxx ;
   > select * from dbxx.tbxx.partitions;
   > ```
   
   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 an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to