You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/12 20:25:01 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #854: ORC-942: Remove javax.xml.bind:jaxb-api dependency

dongjoon-hyun commented on a change in pull request #854:
URL: https://github.com/apache/orc/pull/854#discussion_r688059673



##########
File path: java/core/src/java/org/apache/orc/impl/mask/SHA256MaskFactory.java
##########
@@ -73,6 +72,20 @@
     }
   }
 
+  private static final char[] DIGITS = {
+      '0', '1', '2', '3', '4', '5', '6', '7',
+      '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'
+  };
+
+  public static String printHexBinary(byte[] data) {

Review comment:
       https://github.com/apache/commons-codec/blob/b7ba05ad6b99ae9d5f93cd18e936b3e8908202fb/src/main/java/org/apache/commons/codec/binary/Hex.java#L287




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

To unsubscribe, e-mail: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org