Ashok Kumar created CARBONDATA-230:
--------------------------------------
Summary: Decoding for alias in case of join and subquery
Key: CARBONDATA-230
URL:
https://issues.apache.org/jira/browse/CARBONDATA-230 Project: CarbonData
Issue Type: Bug
Reporter: Ashok Kumar
Priority: Minor
When query has alias and subquery with join, decoder is not able to decode
e.g
select sample.'abc' as 'abc' from (select col as 'abc' from table) sample
left join (select col1 as col_200 from table2 group by col1)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)