belugabehr commented on a change in pull request #736:
URL: https://github.com/apache/orc/pull/736#discussion_r665806375
##########
File path: java/core/src/java/org/apache/orc/impl/DictionaryUtils.java
##########
@@ -42,4 +44,29 @@ public static void getTextInternal(Text result, int
position, DynamicIntArray ke
}
byteArray.setText(result, offset, length);
}
+
+ /**
+ * Write a UTF8 string from the byteArray, using the offset in index-array,
+ * into an OutputStream
+ *
+ * @param out the output stream
+ * @param position position in the keyOffsets
+ * @param keyOffsets starting offset of the key (in byte) in the byte array
+ * @param byteArray storing raw bytes of all key seen in dictionary
Review comment:
Thanks.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]