pvary commented on a change in pull request #1238:
URL: https://github.com/apache/hive/pull/1238#discussion_r453552118
##########
File path: llap-client/src/java/org/apache/hadoop/hive/llap/io/api/LlapIo.java
##########
@@ -35,6 +41,15 @@
*/
long purge();
+ /**
+ * Returns a deserialized OrcTail instance associated with the ORC file on
the given path.
+ * Raw content is either obtained from cache, or from disk if there is a
cache miss.
+ * @param path Orc file path
+ * @param conf jobConf
Review comment:
Missing javadoc for cachetag
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]