Closed bryanck closed 1 year ago
@bryanck Does it support hidden partitions transformation https://iceberg.apache.org/spec/#partition-transforms?
@bryanck Does it support hidden partitions transformation https://iceberg.apache.org/spec/#partition-transforms?
Yes it does, note that the syntax follows the Java API, e.g. bucket(col, 5)
(in Spark the params are reversed).
This PR adds a config option to set the table partition spec to use when auto creating tables.