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

[jira] [Resolved] (CARBONDATA-4256) SI creation on a complex column that includes child column with a dot(.) fails with parse exception.

     [ https://issues.apache.org/jira/browse/CARBONDATA-4256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Indhumathi resolved CARBONDATA-4256.
------------------------------------
    Fix Version/s: 2.3.0
       Resolution: Fixed

> 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
>            Priority: Minor
>             Fix For: 2.3.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> 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)