Skip to content

Commit dbee61b

Browse files
committed
fix compilation failure
1 parent f3961b0 commit dbee61b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/service/src/main/java/org/apache/polaris/service/storage/s3/sign/S3RemoteSigningCatalogHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ protected void initializeCatalog() {
9292
if (catalogEntity.isExternal()) {
9393
throw new ForbiddenException("Cannot use S3 remote signing with federated catalogs.");
9494
}
95-
baseCatalog =
96-
catalogFactory.createCallContextCatalog(callContext, polarisPrincipal, resolutionManifest);
95+
baseCatalog = catalogFactory.createCallContextCatalog(resolutionManifest);
9796
}
9897

9998
public PolarisS3SignResponse signS3Request(

0 commit comments

Comments
 (0)