GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/3033
[CARBONDATA-3215] Optimize the documentation
When user use the Global dictionary, local dictionaryï¼non-dictionary in
the code, users maybe have some confusion. The same for mvdataMap and
IndexDataMap. I describe and list it in this PR.
1. describe Global dictionary, local dictionaryï¼non-dictionary together
in doc
2. list mvdataMap and IndexDataMap
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, only update the doc
- [ ] Testing done
No need
- [ ] 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-3215_OptimizeDoc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/3033.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 #3033
----
commit 1eae260dcbddadb592357e0f71309d27960de6c0
Author: xubo245 <xubo29@...>
Date: 2018-12-28T12:23:13Z
[CARBONDATA-3215] Optimize the documentation
1. describe Global dictionary local dictionaryï¼non-dictionary together in
doc
2. list mvdataMap and IndexDataMap
----
---