anmolanmol1234 commented on code in PR #8051:
URL: https://github.com/apache/hadoop/pull/8051#discussion_r2481307275


##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/utils/DelegationSASGenerator.java:
##########
@@ -117,6 +125,15 @@ public String getDelegationSAS(String accountName, String 
containerName, String
     qb.addQuery("ske", ske);
     qb.addQuery("sks", sks);
     qb.addQuery("skv", skv);
+
+    //skdutid and sduoid are required for user bound SAS only
+    if(!Objects.equals(skdutid, EMPTY_STRING)){

Review Comment:
   spaces after if



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to