Skip to content

Add partition spec evolution to Table API #281

@rdblue

Description

@rdblue

Tables currently support schema evolution using updateSchema():

table.updateSchema()
    .addColumn("a", Types.IntegerType.get())
    .commit()

Iceberg should support a similar API for evolving a partition spec, which is currently a manual operation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions