Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
0.14.0
-
None
-
None
Description
Inserting constants with negative values causes a ParseException. For example:
create table foo(int a) clustered by (a) into 2 buckets stored as orc;
insert into table foo value (-257);
results in
FAILED: ParseException line 4:8 cannot recognize input near '-' '257' ',' in statement