You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2022/11/22 10:43:00 UTC

[jira] [Updated] (HIVE-21599) Wrong results for partitioned Parquet table when files contain partition column

     [ https://issues.apache.org/jira/browse/HIVE-21599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stamatis Zampetakis updated HIVE-21599:
---------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

Fixed in https://github.com/apache/hive/commit/eb57ac9a0aef456f25b559a4ac225ac9ebf40508. Thanks for the PR [~soumyakanti.das] and [~asolimando][~amansinha100] for the reviews.

> Wrong results for partitioned Parquet table when files contain partition column
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-21599
>                 URL: https://issues.apache.org/jira/browse/HIVE-21599
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Planning
>            Reporter: Vineet Garg
>            Assignee: Soumyakanti Das
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: HIVE-21599.1.patch
>
>          Time Spent: 4h
>  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)