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

Maja Kabiljo updated GIRAPH-589:
--------------------------------

    Attachment: GIRAPH-589.patch

Decided to do a bit more and clean up all the input 
https://reviews.apache.org/r/10248/
We can do similar for output afterwards too (it also makes no sense to have 
message type there).
                
> Remove unnecessary generics from input formats
> ----------------------------------------------
>
>                 Key: GIRAPH-589
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-589
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Alessandro Presta
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-589.patch
>
>
> The above classes are defined in terms of I, V, E, M, while they would only 
> require two of them (I, V or I, E).
> I know that it might lead to unchecked casts, but I believe this is still 
> better that the current version, which breaks composability (what if I want 
> to use the same HiveToVertexValue type with different edge or message types?).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to