Skip to content

Support PARTITIONED BY with procedure call in it #154

@looi

Description

@looi

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions