GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/2356
[CARBONDATA-2566] Optimize CarbonReaderExample
Optimize CarbonReaderExample
1.Add different data type, including date and timestamp
2. update the doc
3.invoke the
Schema schema = CarbonSchemaReader
.readSchemaInSchemaFile(dataFiles[0].getAbsolutePath())
.asOriginOrder();
- [ ] Any interfaces changed?
No
- [ ] Any backward compatibility impacted?
No
- [ ] Document update required?
Yes, updated
- [ ] Testing done
update the 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-2566-OptimizeCarbonReaderExample
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2356.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 #2356
----
commit 98b78adcb76f8aa13fb6985cd890ae9c5a1a7488
Author: xubo245 <xubo29@...>
Date: 2018-05-31T07:52:57Z
[CARBONDATA-2566] Optimize CarbonReaderExample
----
---