Mahesh Raju Somalaraju created CARBONDATA-4208:
--------------------------------------------------
Summary: Wrong Exception received for complex child long string columns
Key: CARBONDATA-4208
URL:
https://issues.apache.org/jira/browse/CARBONDATA-4208 Project: CarbonData
Issue Type: Bug
Reporter: Mahesh Raju Somalaraju
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)