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

[jira] [Resolved] (CARBONDATA-4191) update table for primitive column not working when complex child column name and primitive column name match

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

Kunal Kapoor resolved CARBONDATA-4191.
--------------------------------------
    Fix Version/s: 2.2.0
       Resolution: Fixed

> update table for primitive column not working when complex child column name and primitive column name match
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-4191
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4191
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Mahesh Raju Somalaraju
>            Priority: Major
>             Fix For: 2.2.0
>
>          Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
>  
> below steps to reproduce the issue:
> drop table if exists update_complex;
> create table update_complex (a int, b string, struct1 STRUCT<a:int, c:string>) stored as carbondata;
> insert into update_complex select 1,'c', named_struct('a',4,'b','d');
> update update_complex set (a)=(4);



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