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

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

                Author: ASF GitHub Bot
            Created on: 10/Nov/22 17:43
            Start Date: 10/Nov/22 17:43
    Worklog Time Spent: 10m 
      Work Description: soumyakanti3578 commented on code in PR #3742:
URL: https://github.com/apache/hive/pull/3742#discussion_r1019439418


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java:
##########
@@ -4272,6 +4273,21 @@ public static void addTableSchemaToConf(Configuration 
conf,
       LOG.info("schema.evolution.columns and schema.evolution.columns.types 
not available");
     }
   }
+  public static void setPartitionColumnsToConf(Configuration conf, 
TableScanOperator tableScanOp) {

Review Comment:
   Setting both to InConf.





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

    Worklog Id:     (was: 825010)
    Time Spent: 2h 40m  (was: 2.5h)

> Remove predicate on partition columns from Table Scan operator
> --------------------------------------------------------------
>
>                 Key: HIVE-21599
>                 URL: https://issues.apache.org/jira/browse/HIVE-21599
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Planning
>            Reporter: Vineet Garg
>            Assignee: Vineet Garg
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-21599.1.patch
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Filter predicates are pushed to Table Scan (to be pushed to and used by 
> storage handler/input format). Such predicates could consist of partition 
> columns which are of no use to storage handler  or input formats. Therefore 
> it should be removed from TS filter expression.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to