bilaharith commented on a change in pull request #2707:
URL: https://github.com/apache/hadoop/pull/2707#discussion_r609456362



##########
File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java
##########
@@ -563,6 +622,7 @@ public AbfsRestOperation getPathStatus(final String path, 
final boolean includeP
   public AbfsRestOperation read(final String path, final long position, final 
byte[] buffer, final int bufferOffset,
                                 final int bufferLength, final String eTag, 
String cachedSasToken) throws AzureBlobFileSystemException {
     final List<AbfsHttpHeader> requestHeaders = createDefaultHeaders();
+    addCustomerProvidedKeyHeaders(requestHeaders);

Review comment:
       Server doesn't send back the actual sha of the encryption key with which 
the data is encrypted if the encryption key sent is wrong




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

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