You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Ashok Kumar (JIRA)" <ji...@apache.org> on 2016/09/08 16:32:20 UTC

[jira] [Created] (CARBONDATA-230) Decoding for alias in case of join and subquery

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)