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

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

                Author: ASF GitHub Bot
            Created on: 21/Sep/20 17:22
            Start Date: 21/Sep/20 17:22
    Worklog Time Spent: 10m 
      Work Description: vineetgarg02 commented on a change in pull request 
#1472:
URL: https://github.com/apache/hive/pull/1472#discussion_r492224561



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/TableScanOperator.java
##########
@@ -63,19 +63,19 @@
 
   private VectorizationContext taskVectorizationContext;
 
-  protected transient JobConf jc;
-  private transient boolean inputFileChanged = false;
+  protected JobConf jc;

Review comment:
       I actually tried not keeping these fields but I was running into all 
sorts of issues like unable to serialize/de-serialize or plan generating 
without metadata etc. 
   I am not sure if we need to keep all of these fields or we can selectively 
choose, I went by almost all in interest of time. If Gopal or Rajesh thinks 
that this may cause performance issue I can open a follow-up to investigate and 
choose fields selectively.




----------------------------------------------------------------
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: 487101)
    Time Spent: 0.5h  (was: 20m)

> Support partition pruning and other physical transformations for EXECUTE 
> statement 
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-24009
>                 URL: https://issues.apache.org/jira/browse/HIVE-24009
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Vineet Garg
>            Assignee: Vineet Garg
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Current partition pruning (compile time) isn't kicked in for EXECUTE 
> statements.



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

Reply via email to