belugabehr commented on a change in pull request #736:
URL: https://github.com/apache/orc/pull/736#discussion_r665397854
##########
File path: java/core/src/java/org/apache/orc/impl/Dictionary.java
##########
@@ -47,6 +47,15 @@
*/
void getText(Text result, int position);
+ /**
+ * Given the position index, write the original string, before being encoded,
+ * to the OutputStream.
Review comment:
@pgaref Thanks for checking this out too.
Since this is an API, I don't think there should be that level of
details/constraints in regards to the implementations. Anyone implementing
this API can choose to do what they want. :)
--
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]