[
https://issues.apache.org/jira/browse/TEZ-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Seth resolved TEZ-1638.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.5.2
Committed to master and branch-0.5
> Missing type parametrization in runtime Input/Output configs
> ------------------------------------------------------------
>
> Key: TEZ-1638
> URL: https://issues.apache.org/jira/browse/TEZ-1638
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Kostas Tzoumas
> Assignee: Kostas Tzoumas
> Priority: Critical
> Fix For: 0.5.2
>
> Attachments: tez1638.patch, tez1638.patch
>
>
> In UnorderedInputConfig
> (https://github.com/apache/tez/blob/master/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/conf/UnorderedKVInputConfig.java)
> some methods of SpecificBuilder have a parameterized return type
> (SpecificBuilder<E>) and some a non-parameterized return type
> (SpecificBuilder).
> Shouldn't all methods return the parameterized version?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)