GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/2115 [CARBONDATA-2296] Changed Test framework to take the folder location to generate store and met
Current test framework QueryTest will not take the location and it always generates the store and metastore at spark-commons/target location. There should be a way that QueryTest should take location so that other modules outside integration folder like datamaps can get benefitted
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
- [ ] 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/ravipesala/incubator-carbondata testframeworkupdate
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2115.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2115
----
commit 7b382fd2e718511c48837099416d14d8f9874d3e
Author: ravipesala <ravi.pesala@...>
Date: 2018-03-30T10:36:18Z
Changed Test framework to take the folder location to generate store and metastore DB
----
---