GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/2884 [CARBONDATA-3063] Support set and get carbon property in C++ SDK
when user write CarbonData or read CarbonData in C++ SDK, user maybe need to change or add carbon property to avoid some problem. such as OOM.
So we support set and get carbon property in C++ SDK
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
No
- [ ] Any backward compatibility impacted?
No
- [ ] Document update required?
Yes
- [ ] Testing done
add test case in C++ code
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
Jira2951
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/xubo245/carbondata CARBONDATA-3063_setProperty
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2884.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2884
----
commit 854757ae2e399e429d75b11c5292264e22ec7eb9
Author: xubo245 <xubo29@...>
Date: 2018-10-31T06:41:21Z
[CARBONDATA-3063] Support set and get carbon property in C++ SDK
----
---