Indhumathi Muthumurugesh created CARBONDATA-4172:
----------------------------------------------------
Summary: Select query having parent and child struct column in projection returns incorrect results
Key: CARBONDATA-4172
URL:
https://issues.apache.org/jira/browse/CARBONDATA-4172 Project: CarbonData
Issue Type: Bug
Reporter: Indhumathi Muthumurugesh
struct column: col1 struct<a:int,b:int,c:string>
insert: named_struct('a',1,'b',2,'c','a')
Query : select col1,col1.a from table;
Result:
col1 col1.a
{a:1,b:null,c:null} 1
--
This message was sent by Atlassian Jira
(v8.3.4#803005)