Skip to content

Commit

Permalink
[fix] Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tsreaper committed Nov 8, 2024
1 parent 5d741ba commit 27462d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ public TableSchema commitChanges(SchemaChange... changes) throws Exception {

/** Update {@link SchemaChange}s. */
public TableSchema commitChanges(List<SchemaChange> changes)
throws Catalog.TableNotExistException,
Catalog.ColumnAlreadyExistException,
throws Catalog.TableNotExistException, Catalog.ColumnAlreadyExistException,
Catalog.ColumnNotExistException {
SnapshotManager snapshotManager = new SnapshotManager(fileIO, tableRoot, branch);
boolean hasSnapshots = (snapshotManager.latestSnapshotId() != null);
Expand Down

0 comments on commit 27462d3

Please sign in to comment.