anmolanmol1234 commented on code in PR #5488:
URL: https://github.com/apache/hadoop/pull/5488#discussion_r1145912642
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java:
##########
@@ -424,17 +433,17 @@ public AbfsRestOperation acquireLease(final String path,
int duration, TracingCo
final URL url = createRequestUrl(path, abfsUriQueryBuilder.toString());
final AbfsRestOperation op = new AbfsRestOperation(
- AbfsRestOperationType.LeasePath,
- this,
- HTTP_METHOD_POST,
- url,
- requestHeaders);
+ AbfsRestOperationType.LeasePath,
+ this,
+ HTTP_METHOD_POST,
+ url,
+ requestHeaders);
Review Comment:
Many space changes, will need to be revoked.
--
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]