Hello all, I wanted to know if there is a plan to add mod function to use as a partition generated column.
I want to mimic the concept of partition by bucket on a column that iceberg has, it can be easily done by defining a generated column = id%bucket_number and use it as partition.
Is it planned in the open source?