Skip to content

Support Iceberg branching for all the snapshot producer operations #3896

@jackye1995

Description

@jackye1995

With the introduction of branching, we can produce snapshots to a specific branch like the following:

table.newAppend()
    .appendFile(someFile)
    .branch("some_branch")
    .commit();

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions