GitHub user kunal642 opened a pull request:
https://github.com/apache/carbondata/pull/1598
[CARBONDATA-1841] Fix pre agg create
Checking if the load is available was giving wrong result due to wrong path
which led data not being loaded into pre-agg table
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed?
- [X] Any backward compatibility impacted?
- [X] Document update required?
- [X] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [X] 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/kunal642/carbondata fix_pre_agg_create
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1598.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 #1598
----
commit 4530758d9f95f6a2c98ecff616b4a78652d8ec00
Author: kunal642 <[email protected]>
Date: 2017-11-30T09:38:02Z
data was not being loaded after pre-agg table creation
----
---