gravitino
gravitino copied to clipboard
[FEATURE] altering table can't support to add new partition column?
Describe the feature
iceberg table has the feature of Partition Evolution。 so,Can gravitino api support this feature like this?
Table sampleTable = ...; sampleTable.updateSpec() .addField(bucket("id", 8)) .removeField("category") .commit();
Motivation
No response
Describe the solution
No response
Additional context
No response