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 b8af2c4 commit 80508a1Copy full SHA for 80508a1
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorService.java
@@ -367,7 +367,7 @@ public CompletableFuture<AlterTableResponse> alterTable(AlterTableRequest reques
367
lakeCatalogContainer.getLakeCatalog(),
368
lakeTableTieringManager,
369
metadataCache,
370
- new DefaultLakeCatalogContext(false, currentSession().getPrincipal())));
+ new DefaultLakeCatalogContext(false, currentSession().getPrincipal()));
371
372
return CompletableFuture.completedFuture(new AlterTableResponse());
373
}
0 commit comments