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 22:54:00 UTC

[jira] [Created] (DRILL-3272) HIve : Using 'if' function in hive results in an ExpressionParsingException

Rahul Challapalli created DRILL-3272:
----------------------------------------

             Summary: HIve : Using 'if' function in hive results in an ExpressionParsingException
                 Key: DRILL-3272
                 URL: https://issues.apache.org/jira/browse/DRILL-3272
             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 fails. It works properly from hive however
{code}
select if(1999 > 2000, 'latest', 'old') from lineitem limit 1;
Error: SYSTEM ERROR: org.apache.drill.common.exceptions.ExpressionParsingException: Expression has syntax error! line 1:28:mismatched input ',' expecting CParen

Fragment 1:1

[Error Id: 007e7d7d-62dc-42fd-b526-07762c33719c on qa-node190.qa.lab:31010] (state=,code=0)
{code}

I attached the error log. Let me know if you need anything else.



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