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

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

Rahul Challapalli created DRILL-3273:
----------------------------------------

             Summary: 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)