You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2014/12/19 01:40:13 UTC

[jira] [Resolved] (HIVE-9150) Unrelated types are compared in GenTezWork#getFollowingWorkIndex()

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

Navis resolved HIVE-9150.
-------------------------
       Resolution: Fixed
    Fix Version/s: 0.15.0

> Unrelated types are compared in GenTezWork#getFollowingWorkIndex()
> ------------------------------------------------------------------
>
>                 Key: HIVE-9150
>                 URL: https://issues.apache.org/jira/browse/HIVE-9150
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>             Fix For: 0.15.0
>
>
> Here is the code:
> {code}
>       if (tezWork.getEdgeProperty(unionWork, baseWork).equals(TezEdgeProperty.EdgeType.CONTAINS)) {
> {code}
> getEdgeProperty() returns TezEdgeProperty which is compared with TezEdgeProperty$EdgeType



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)