You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/24 06:44:10 UTC

[GitHub] [iceberg] kbendick commented on issue #4646: iceberg bucketing via writeTo api? bucket on a non partitioned column?

kbendick commented on issue #4646:
URL: https://github.com/apache/iceberg/issues/4646#issuecomment-1193258541

   When this is completed, you’ll be able to achieve this for non-partition columns.
   
   https://github.com/apache/iceberg/issues/5349
   
   For now, you can register the function as a UDF and call it like `iceberg_bucket_12(column)` like in this example (and this test suite in general): https://github.com/apache/iceberg/blob/76fabd8435da891809f72862dce3e4d04e159d7d/spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSpark.java#L60-L66


-- 
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-unsubscribe@iceberg.apache.org

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


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