GitHub user BJangir opened a pull request:
https://github.com/apache/carbondata/pull/2991
[WIP] Add build script and add test case with GoogleTest Framework for CSDK
## What changes were proposed in this pull request?
Below Points are targeted in this PR
<br> 1. Handle build/compilation check of CSDK.
<br> 2. Added support of GoogleTest framework for CSDK.
<br> build/compile section is added in doc.
Test is Verified using below command.
mvn exec:exec -Pspark-2.2 -pl store/CSDK/
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
NA
- [ ] Any backward compatibility impacted?
NA
- [ ] Document update required?
yes. Added in related guide
- [ ] Testing done
Yes
FT added
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BJangir/incubator-carbondata csdk_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2991.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 #2991
----
commit 15facdc30aad45dcb09b22633dfb3ae4c11fef27
Author: BJangir <babulaljangir111@...>
Date: 2018-12-15T18:30:36Z
[WIP] Add build script and add test case with GoogleTest Framework for CSDK
----
---