Use case is Spark DDL with Iceberg, example: ```sql create table a (b timestamp, c int) using iceberg partitioned by (months(b)) location 's3://tables/a' ``` More examples at https://iceberg.apache.org/docs/latest/spark-ddl/#partitioned-by