virajith commented on a change in pull request #452: HADOOP-16005: Add XAttr 
support to WASB and ABFS
URL: https://github.com/apache/hadoop/pull/452#discussion_r352263050
 
 

 ##########
 File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
 ##########
 @@ -247,6 +249,8 @@
 
   private static final int DEFAULT_CONCURRENT_WRITES = 8;
 
+  private static final Charset METADATA_ENCODING = StandardCharsets.UTF_8;
 
 Review comment:
   Is there a reason for using a different encoding when compared to the 
`AzureBlobFileSystemStore`?

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


With regards,
Apache Git Services

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

Reply via email to