Skip to content

Commit 8760049

Browse files
committed
fix
1 parent 80508a1 commit 8760049

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fluss-server/src/main/java/org/apache/fluss/server/coordinator/MetadataManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ public void alterTableProperties(
364364
newDescriptor,
365365
tableChanges,
366366
lakeCatalog,
367-
dataLakeFormat,
368367
metadataCache,
369368
lakeCatalogContext);
370369

@@ -412,7 +411,6 @@ private void preAlterTableProperties(
412411
TableDescriptor newDescriptor,
413412
List<TableChange> tableChanges,
414413
LakeCatalog lakeCatalog,
415-
DataLakeFormat dataLakeFormat,
416414
CoordinatorMetadataCache metadataCache,
417415
LakeCatalog.Context lakeCatalogContext) {
418416
if (isDataLakeEnabled(newDescriptor)) {

0 commit comments

Comments
 (0)