We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80508a1 commit 8760049Copy full SHA for 8760049
fluss-server/src/main/java/org/apache/fluss/server/coordinator/MetadataManager.java
@@ -364,7 +364,6 @@ public void alterTableProperties(
364
newDescriptor,
365
tableChanges,
366
lakeCatalog,
367
- dataLakeFormat,
368
metadataCache,
369
lakeCatalogContext);
370
@@ -412,7 +411,6 @@ private void preAlterTableProperties(
412
411
TableDescriptor newDescriptor,
413
List<TableChange> tableChanges,
414
LakeCatalog lakeCatalog,
415
- DataLakeFormat dataLakeFormat,
416
CoordinatorMetadataCache metadataCache,
417
LakeCatalog.Context lakeCatalogContext) {
418
if (isDataLakeEnabled(newDescriptor)) {
0 commit comments