GrigorievNick opened a new issue #2901:
URL: https://github.com/apache/iceberg/issues/2901


   I work with spark 3 and find Iceberg a great tool, but I have some complex 
UDF which calculate my partitions from the id column.
   do iceberg has an API to say iceberg use my UDF in the same way as bucket or 
truncate, to hide partitioning calculation?
   For now, I just create a custom physical optimization rule, which actually 
applies my UDF to a column in case this column is part of where clause or merge 
clause. But I have doubt that this is a good way, look like a hack.


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