Skip to content

Commit

Permalink
remove Catalog.ColumnAlreadyExistException when apply applyAddColumnE…
Browse files Browse the repository at this point in the history
…ventWithPosition in paimon. because use may create table already before with the target column.
  • Loading branch information
[email protected] committed Jan 1, 2025
1 parent 45f460e commit f91f167
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ private void applyRenameColumn(RenameColumnEvent event) throws SchemaEvolveExcep
} catch (Catalog.TableNotExistException
| Catalog.ColumnAlreadyExistException
| Catalog.ColumnNotExistException e) {

throw new SchemaEvolveException(event, e.getMessage(), e);
}
}
Expand Down

0 comments on commit f91f167

Please sign in to comment.