Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10.0
Description
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
Attachments
Attachments
Issue Links
- relates to
-
HIVE-12474 ORDER BY should handle column refs in parantheses
- Open