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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org