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 2021/07/31 14:26:27 UTC

[GitHub] [iceberg] GrigorievNick opened a new issue #2901: Do Iceberg has an api to extend, partition functions for hidden partitioning?

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