You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2012/08/27 20:08:08 UTC

[jira] [Commented] (HIVE-3410) All operators's conf should inherit from a common class

    [ https://issues.apache.org/jira/browse/HIVE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442566#comment-13442566 ] 

Namit Jain commented on HIVE-3410:
----------------------------------

https://reviews.facebook.net/D4905
                
> All operators's conf should inherit from a common class
> -------------------------------------------------------
>
>                 Key: HIVE-3410
>                 URL: https://issues.apache.org/jira/browse/HIVE-3410
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Namit Jain
>
> I faced this problem while working on HIVE-3086.
> Wanted to add a common interface to all the operator's confs.
> Currently, the operator signature is Operator<T extends Serializable>,
> which makes it difficult to add more methods to T.
> Created a common interface SerializableCloneable, and now 
> Operator<T extends SerializableCloneable>.
> If we want to add more methods to SerializableCloneable in the future,
> it wont require changing so many files, so submitting it as a separate patch.

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