gravitino icon indicating copy to clipboard operation
gravitino copied to clipboard

[FEATURE] altering table can't support to add new partition column?

Open mygrsun opened this issue 1 year ago • 0 comments

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

mygrsun avatar May 16 '24 06:05 mygrsun