You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Mahesh Raju Somalaraju (Jira)" <ji...@apache.org> on 2021/06/11 19:46:00 UTC

[jira] [Created] (CARBONDATA-4208) Wrong Exception received for complex child long string columns

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)