snvijaya commented on code in PR #7364:
URL: https://github.com/apache/hadoop/pull/7364#discussion_r1967174996


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java:
##########
@@ -216,6 +216,11 @@ private AbfsClient(final URL baseUrl,
       encryptionType = EncryptionType.GLOBAL_KEY;
     }
 
+    // Version update needed to support x-ms-client-transaction-id header

Review Comment:
   API versions arent configurable to avoid too forks in API + versions 
supported. Earlier there was a fork for CPK support but that was because global 
deployment wasn't complete at service end. moving to the latest API version is 
fine as long as all validations (all test combinations) are complete. 



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