Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
Spark 2.3.2, Spark 2.4.5
Description
Issue :-
Table uniqdata_double does not exist.
Secondary index tried to be created on table. Error message is incorrect.
CREATE INDEX indextable2 ON TABLE uniqdata_double (DOB) AS 'carbondata' PROPERTIES('carbon.column.compressor'='zstd');
Error: java.lang.RuntimeException: Operation not allowed on non-carbon table (state=,code=0)
Expected :-
Error: java.lang.RuntimeException: Table does not exist (state=,code=0)**