GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1851
[WIP]Added block size to DataMap while intializing
Added block size to blocklet datamap so that features like small file merge
can use them
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed?
- [X] Any backward compatibility impacted?
- [X] Document update required?
- [X] Testing done
- [X] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravipesala/incubator-carbondata add-block-size
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1851.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 #1851
----
commit 17c3c106a046e3eeaffd05dc96b7983b1337b675
Author: ravipesala <ravi.pesala@...>
Date: 2018-01-23T13:01:54Z
Added block size to DataMap while intializing
----
---