You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vineet Garg (JIRA)" <ji...@apache.org> on 2019/04/10 18:28:00 UTC

[jira] [Created] (HIVE-21599) Remove predicate on partition columns from Table Scan operator

Vineet Garg created HIVE-21599:
----------------------------------

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


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
(v7.6.3#76005)