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 2010/01/11 23:54:54 UTC

[jira] Commented: (HIVE-1042) function in a transform with more than 1 argument fails

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

Namit Jain commented on HIVE-1042:
----------------------------------

This needs to be backported to 0.5 also

> function in a transform with more than 1 argument fails
> -------------------------------------------------------
>
>                 Key: HIVE-1042
>                 URL: https://issues.apache.org/jira/browse/HIVE-1042
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Paul Yang
>             Fix For: 0.5.0
>
>
>                 select transform(substr(key, 1, 3))
>                 USING '/bin/cat'
>                 FROM src
> throws an error:
> FAILED: Error in semantic analysis: AS clause has an invalid number of aliases

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