pavibhai commented on a change in pull request #635:
URL: https://github.com/apache/orc/pull/635#discussion_r589642006



##########
File path: java/core/src/java/org/apache/orc/impl/OrcAcidUtils.java
##########
@@ -68,7 +69,7 @@ public static long getLastFlushLength(FileSystem fs,
     }
   }
 
-  private static final Charset utf8 = Charset.forName("UTF-8");
+  private static final Charset utf8 = StandardCharsets.UTF_8;

Review comment:
       Merged as part of ORC-754




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


Reply via email to