GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/2742 [CARBONDATA-2956] CarbonReader support use configuration to read S3 data
[CARBONDATA-2956] CarbonReader support use configuration to read S3 data
1.with filter
2.without filter function
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?
NO
- [ ] Testing done
add example
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
NO
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/xubo245/carbondata CARBONDATA-2956_CarbonReaderSupportConfiguration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2742.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2742
----
commit 3f62c6f774015288057e0f219115148dbd44a3d4
Author: xubo245 <xubo29@...>
Date: 2018-09-21T04:36:01Z
[CARBONDATA-2956] CarbonReader support use configuration to read S3 data
1.with filter
2.without filter function
----
---