GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/609
[CARBONDATA-726] Added code for V3 format Writer and Reader
**1. Added code to support V3 Format Writer
2. Added Code to support V3 format Reader**
**Note**
1. This PR is depends on PR#584, so this can be merged after PR#584
2. Update carbondata.thrift file so before merging format jar needs to be
updated in repository
Exposed below property
carbon.number.of.page.in.blocklet.column for number of column page per
blocklet column
number.of.column.to.read.in.io number of column to be read in one IO
number.of.rows.per.blocklet.column.page number of rows per page, max value
is 32000
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kumarvishal09/incubator-carbondata
V3ReaderAndWriter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/609.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 #609
----
commit a9958e2f342e91f18ca047262fdc8130ef317926
Author: kumarvishal <[email protected]>
Date: 2017-02-23T08:44:41Z
Added V3 Format Writer and Reader Code
commit a001093a4e1ce10d314dbd773f51aaf3557944ed
Author: kumarvishal <[email protected]>
Date: 2017-02-23T14:04:09Z
Added code to support V3 Writer + Reader
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---