dimas-b commented on code in PR #3347:
URL: https://github.com/apache/polaris/pull/3347#discussion_r2670300632


##########
polaris-core/src/main/java/org/apache/polaris/core/storage/azure/AzureCredentialsStorageIntegration.java:
##########
@@ -285,11 +300,22 @@ private String getAdlsUserDelegationSas(
       DataLakeServiceSasSignatureValues signatureValues =
           new DataLakeServiceSasSignatureValues(sasExpiry, pathSasPermission);
 
-      return new DataLakeFileSystemClientBuilder()
-          .endpoint(endpoint)
-          .fileSystemName(fileSystemNameOrContainer)
-          .buildClient()
-          .generateUserDelegationSas(signatureValues, userDelegationKey);
+      if (path != null) {
+        LOGGER.warn("PATH: {}", path);

Review Comment:
   oops... sorry, local debug remnants (due to sad lack of CI coverage 
:sweat_smile: )



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to