You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by BJangir <gi...@git.apache.org> on 2018/01/11 10:04:33 UTC

[GitHub] carbondata pull request #1794: [CARBONDATA-2022]Fixed table alias issue in P...

GitHub user BJangir opened a pull request:

    https://github.com/apache/carbondata/pull/1794

    [CARBONDATA-2022]Fixed table alias issue in PreAggregate

    **Problem:**Query with table alias is Not hitting pre Aggregate table.  
    **Solution:** Problem is table alias query is plan is coming as SubQueryAlias(alias, SubqueryAlias) ans this case is not present in tranform query plan for pre aggregate 
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
    
     - [ ] Testing done
            Added UT for above case       
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BJangir/incubator-carbondata master_AliasFix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/1794.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1794
    
----
commit bd2a835cf4fe6349893034629d27edc7e1a870ea
Author: BJangir <ba...@...>
Date:   2018-01-11T10:00:59Z

    Fixed alias issue in PreAggregate

----


---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1495/



---

[GitHub] carbondata pull request #1794: [CARBONDATA-2022]Fixed table alias issue in P...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/carbondata/pull/1794


---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    LGTM


---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2727/



---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by BJangir <gi...@git.apache.org>.
Github user BJangir commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    @ravipesala Rebase done.. Please review


---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    @BJangir Please rebase the code


---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2854/



---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2702/



---

[GitHub] carbondata issue #1794: [CARBONDATA-2022]Fixed table alias issue in PreAggre...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1794
  
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1469/



---