GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/2738
[CARBONDATA-2952] Provide c++ interface for SDK CarbonReader
[CARBONDATA-2952] Provide CarbonReader C++ interface for SDK
1.init carbonreader,config data path and tablename
2.config ak sk endpoing for S3
3.configure projection
4.build carbon reader
5.hasNext
6.readNextRow
7.close
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
Add C++ interface
- [ ] Any backward compatibility impacted?
independency
- [ ] Document update required?
Yes
- [ ] Testing done
test in main
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
this is sub-tasks of https://issues.apache.org/jira/browse/CARBONDATA-2951
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xubo245/carbondata
CARBONDATA-2952_CarbonReaderCppAPI
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2738.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 #2738
----
commit 49735f4f4d714eb76b124e20a1ee6c387b7be6aa
Author: xubo245 <xubo29@...>
Date: 2018-09-20T10:35:34Z
[CARBONDATA-2952] Provide CarbonReader C++ interface for SDK
1.init carbonreader,config data path and tablename
2.config ak sk endpoing for S3
3.configure projection
4.build carbon reader
5.hasNext
6.readNextRow
7.close
commit 11ebe2424f8f34d9e9168abcabf216bbce5a8dfa
Author: xubo245 <xubo29@...>
Date: 2018-09-20T10:52:14Z
remove the debug folder
----
---