madeirak commented on issue #11090:
URL: https://github.com/apache/iceberg/issues/11090#issuecomment-2360225510

   > Sorry, I missed `name_bucket_10` part. How did you create your table? With 
which catalog?
   
   Similar to the following process:
   ``` 
   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;
   ```


-- 
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