dongjoon-hyun commented on a change in pull request #635:
URL: https://github.com/apache/orc/pull/635#discussion_r566565876
##########
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:
Please make another PR for this file change. We can merge that first.
There is only one instance, right?
----------------------------------------------------------------
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]