We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use case is Spark DDL with Iceberg, example:
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