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

Jesus Camacho Rodriguez updated HIVE-18482:
-------------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0
           Status: Resolved  (was: Patch Available)

Pushed to master.

> Copy-paste error in the RelOptHiveTable
> ---------------------------------------
>
>                 Key: HIVE-18482
>                 URL: https://issues.apache.org/jira/browse/HIVE-18482
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Oleg Danilov
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HIVE-18482.patch
>
>
> There are two similar conditions with the same issue: or expression where 
> both sides are the same
> {code:java}
> if (pkPos == rowType.getFieldNames().size()
> || pkPos == rowType.getFieldNames().size()) {
> {code}
> and
> {code:java}
> if (ukPos == rowType.getFieldNames().size()
> || ukPos == rowType.getFieldNames().size()) {
> {code}
> [~jcamachorodriguez], could you please check this, since they were introduced 
> in HIVE-17054.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to