Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Wrong Exception received for complex child long string columns
reproduce steps:
sql("create table complex2 (a int, arr1 array<string>) " +
"stored as carbondata TBLPROPERTIES('LONG_STRING_COLUMNS'='arr1.val')")
this case we should receive complex columns string columns will not support long string exception message but receiving column not found in table.