candily commented on issue #2899:
URL: https://github.com/apache/iceberg/issues/2899#issuecomment-894646781


   Re-reading this, I think the intent is that you should just use the 
[built-in Spark bucket 
transform](https://spark.apache.org/docs/3.1.1/api/scala/org/apache/spark/sql/functions$.html#bucket(numBuckets:Int,e:org.apache.spark.sql.Column):org.apache.spark.sql.Column)
 for initially specifying the output table partitioning, and use the Iceberg 
UDF for sorting within a partition.


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