You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "dima machlin (JIRA)" <ji...@apache.org> on 2013/10/22 10:31:42 UTC

[jira] [Created] (HIVE-5607) Hive fails to parse the "%" (mod) sign after brackets.

dima machlin created HIVE-5607:
----------------------------------

             Summary: Hive fails to parse the "%" (mod) sign after brackets.
                 Key: HIVE-5607
                 URL: https://issues.apache.org/jira/browse/HIVE-5607
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.10.0
            Reporter: dima machlin
            Priority: Minor


the scenario :
create table t(a int);
select * from t order by (a)%7;

will fail with the following exception :
FAILED: ParseException line 1:28 mismatched input '%' expecting EOF near ')'

I must mention that this *does* work in 0.7.1 and doesn't work in 0.10



--
This message was sent by Atlassian JIRA
(v6.1#6144)