Mahesh Raju Somalaraju created CARBONDATA-4191:
--------------------------------------------------
Summary: 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
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)