scaladevspark commented on issue #4628:
URL: https://github.com/apache/iceberg/issues/4628#issuecomment-1110763755

   btw @RussellSpitzer do you happen to know if you can bucket via the writeTo 
api? It seems possible with iceberg via spark sql CREATE TABLE prod.db.sample (
       id bigint,
       data string,
       category string,
       ts timestamp)
   USING iceberg
   PARTITIONED BY (bucket(16, id), days(ts), category)
   
   but have not found any way to do it via writeTo. Thanks again!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to