[ 
https://issues.apache.org/jira/browse/HIVE-23840?focusedWorklogId=458894&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-458894
 ]

ASF GitHub Bot logged work on HIVE-23840:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jul/20 19:48
            Start Date: 14/Jul/20 19:48
    Worklog Time Spent: 10m 
      Work Description: pvary commented on a change in pull request #1251:
URL: https://github.com/apache/hive/pull/1251#discussion_r454602904



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/io/orc/VectorizedOrcAcidRowBatchReader.java
##########
@@ -129,6 +137,16 @@
    */
   private SearchArgument deleteEventSarg = null;
 
+  /**
+   * Cachetag associated with the Split
+   */
+  private final CacheTag cacheTag;
+
+  /**
+   * Skip using Llap IO cache for checking delete_delta files if the 
configuration is not correct
+   */
+  private static boolean skipLlapCache = true;

Review comment:
       That was a mistake. Corrected, and initialized as false




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 458894)
    Time Spent: 50m  (was: 40m)

> Use LLAP to get orc metadata
> ----------------------------
>
>                 Key: HIVE-23840
>                 URL: https://issues.apache.org/jira/browse/HIVE-23840
>             Project: Hive
>          Issue Type: Improvement
>          Components: Transactions
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> HIVE-23824 added the possibility to access ORC metadata. We can use this to 
> decide which delta files should be read, and which could be omitted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to