[
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)