[jira] [Resolved] (CARBONDATA-4091) Upgrade prestosql to 333 version

2021-08-11 Thread Indhumathi (Jira)


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

Indhumathi resolved CARBONDATA-4091.

Fix Version/s: 2.3.0
   Resolution: Fixed

> Upgrade prestosql to 333 version
> 
>
> Key: CARBONDATA-4091
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4091
> Project: CarbonData
>  Issue Type: Improvement
>Reporter: Ajantha Bhat
>Assignee: Ajantha Bhat
>Priority: Major
> Fix For: 2.3.0
>
>  Time Spent: 12.5h
>  Remaining Estimate: 0h
>
> Currently carbondata is integrated with presto-sql 316, which is 1.5 years 
> older.
> There are many good features and optimization that came into presto like 
> dynamic filtering, Rubix data cache and some performance improvements.
>  
> It is always good to use latest version, latest version is presto-sql 348.
> But jumping from 316 to 348 will be too many changes. 
> So, to utilize these new features and based on customer demand, I suggest to 
> upgrade presto-sql to 333 version. 
> Later it will be again upgraded to more latest version in few months.



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


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

2021-08-11 Thread Indhumathi (Jira)


 [ 
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, name string, id 
> Map, arr1 array, arr2 array) 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)