You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/09/20 04:03:44 UTC

[jira] Created: (HADOOP-4229) Hive: UDFTemplate and support of complex object

Hive: UDFTemplate and support of complex object
-----------------------------------------------

                 Key: HADOOP-4229
                 URL: https://issues.apache.org/jira/browse/HADOOP-4229
             Project: Hadoop Core
          Issue Type: Improvement
            Reporter: Zheng Shao
            Assignee: Zheng Shao


We should allow users to define UDF template (in the sense of c++ template that can take args of different types), and let UDF take complex objects.
This should be pretty simple given that we have the ObjectInspector which can navigate through the internal structure of the object.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4229) Hive: UDFTemplate and support of complex object

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HADOOP-4229:
-------------------------------

    Component/s: contrib/hive

> Hive: UDFTemplate and support of complex object
> -----------------------------------------------
>
>                 Key: HADOOP-4229
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4229
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/hive
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>
> We should allow users to define UDF template (in the sense of c++ template that can take args of different types), and let UDF take complex objects.
> This should be pretty simple given that we have the ObjectInspector which can navigate through the internal structure of the object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.