Description
create table test4(a1 int) stored by 'carbondata';
---------+
| Result |
---------+
---------+
No rows selected (1.757 seconds)
**
alter table test4 add columns (a6 long);
Error: java.lang.RuntimeException:
BaseSqlParser>>>> == Parse1 ==
Operation not allowed: alter table add columns(line 1, pos 0)
== SQL ==
alter table test4 add columns (a6 long)
^^^
== Parse2 ==
[1.35] failure: identifier matching regex (?i)VARCHAR expected
alter table test4 add columns (a6 long)
^;
CarbonSqlParser>>>> [1.35] failure: identifier matching regex (?i)VARCHAR expected
alter table test4 add columns (a6 long)
^ (state=,code=0)
Attachments
Issue Links
- links to