Skip to content

Commit c07394d

Browse files
committed
[flink] Remove typo in FlinkCatalog
1 parent ce3d719 commit c07394d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkCatalog.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ public void dropTable(ObjectPath tablePath, boolean ignoreIfNotExists)
386386
}
387387

388388
try {
389-
Table table = null;
390389
catalog.dropTable(toIdentifier(tablePath), ignoreIfNotExists);
391390
} catch (Catalog.TableNotExistException e) {
392391
throw new TableNotExistException(getName(), tablePath);

0 commit comments

Comments
 (0)