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

Ning Zhang commented on HIVE-1659:
----------------------------------

Xing, this patch doesn't apply cleanly with the latest trunk. Can you 'svn up' 
and regenerate the patch. You may need to resolve any conflicts after 'svn up'.

> parse_url_tuple:  a UDTF version of parse_url
> ---------------------------------------------
>
>                 Key: HIVE-1659
>                 URL: https://issues.apache.org/jira/browse/HIVE-1659
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.5.0
>            Reporter: Ning Zhang
>         Attachments: HIVE-1659.patch
>
>
> The UDF parse_url take s a URL, parse it and extract QUERY/PATH etc from it. 
> However it can only extract an atomic value from the URL. If we want to 
> extract multiple piece of information, we need to call the function many 
> times. It is desirable to parse the URL once and extract all needed 
> information and return a tuple in a UDTF. 

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

Reply via email to