[
https://issues.apache.org/jira/browse/CARBONDATA-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kunal Kapoor resolved CARBONDATA-4172.
--------------------------------------
Fix Version/s: 2.2.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 2.2.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 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)