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

Carl Steinbach resolved HIVE-513.
---------------------------------

    Resolution: Invalid

> UDFToString bug
> ---------------
>
>                 Key: HIVE-513
>                 URL: https://issues.apache.org/jira/browse/HIVE-513
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Min Zhou
>            Assignee: Min Zhou
>         Attachments: HIVE-513.patch
>
>
> execute a query like below,
> {noformat}
> select cast('my string' as string) from pokes;
> {noformat}
> you will get the result:
> {noformat}
> NULL
> NULL
> ...
> {noformat}
> the reason is UDFToString hasn't an evaluate method acceptes Text or 
> BytesWritable argument.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to