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.patchTo 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 <babulaljangir111@...>
Date: 2018-01-11T10:00:59Z
Fixed alias issue in PreAggregate
----
---