You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/12/10 12:13:42 UTC

[GitHub] [hadoop] bilaharith commented on a change in pull request #2509: HADOOP-17404. ABFS: Small write - Merge append and flush

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



##########
File path: hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
##########
@@ -76,6 +76,7 @@
   public static final String AT = "@";
   public static final String HTTP_HEADER_PREFIX = "x-ms-";
   public static final String HASH = "#";
+  public static final String TRUE = "true";

Review comment:
       This can be class level constant right, the lieral "true" as such does not have anuthing to do with HTTP related operations.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org