Nihal kumar ojha created CARBONDATA-4256:
--------------------------------------------

             Summary: SI creation on a complex column that includes child 
column with a dot(.) fails with parse exception.
                 Key: CARBONDATA-4256
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4256
             Project: CarbonData
          Issue Type: Bug
            Reporter: Nihal kumar ojha


sql("create table complextable (country struct<b:string>, name string, id 
Map<string, string>, arr1 array<string>, arr2 array<string>) stored as 
carbondata");

sql("create index index_1 on table complextable(country.b) as 'carbondata'");

 

The above query fails with a parsing exception.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to