You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/06/10 23:52:00 UTC

[jira] [Commented] (DRILL-3273) Hive function 'concat_ws' not working from drill

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

Rahul Challapalli commented on DRILL-3273:
------------------------------------------

The below query is also failing with a similar erro
{code}
select encode(varchar_col, 'UTF-8') from hive.crosssources.fewtypes_null_hive;
{code}

> Hive function 'concat_ws' not working from drill
> ------------------------------------------------
>
>                 Key: DRILL-3273
>                 URL: https://issues.apache.org/jira/browse/DRILL-3273
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Hive
>            Reporter: Rahul Challapalli
>            Assignee: Mehant Baid
>         Attachments: error.log
>
>
> git.commit.id.abbrev=5f26b8b
> The below query from drill fails. It works from hive.
> {code}
> 0: jdbc:drill:schema=dfs_eea> select concat_ws(varchar_col, interval_col, '|') from hive.crosssources.fewtypes_null_hive;
> Error: SYSTEM ERROR: java.lang.RuntimeException: GenericUDF.evaluate method failed
> Fragment 0:0
> [Error Id: 2d318049-26c9-4903-a7d5-78fa61aee70c on qa-node190.qa.lab:31010] (state=,code=0)
> {code}
> I attached the error log from drill. Let me know if you need anything.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)