GitHub user sounakr opened a pull request:
https://github.com/apache/carbondata/pull/2417
[WIP][Complex Column Enhancements]Primitive DataType Adaptive Encoding
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [ ] 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/sounakr/incubator-carbondata
primitive_adaptive
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2417.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 #2417
----
commit 6d8a958726af35103d3a64d081e28fc2c423c990
Author: sounakr <sounakr@...>
Date: 2018-06-26T11:18:39Z
Adaptive Encoding For No Dictionary For INT DataType
commit 86e1756f19c34ffd2020c1cf3f177bf3205fdabe
Author: sounakr <sounakr@...>
Date: 2018-06-26T14:04:49Z
String DataType No Dictionary Rectification
commit 16bf26e8504221d7213ed655065bde921aef71e1
Author: sounakr <sounakr@...>
Date: 2018-06-26T14:47:31Z
Long DataType No Dictionary
commit 97380d56dd70f7a158fdda86443e13fb270acc5e
Author: sounakr <sounakr@...>
Date: 2018-06-26T22:16:37Z
TimeStamp DataType No Dictionary
commit 3343d0074c908cd6ee6b1f6fb481179f4f37d1fb
Author: sounakr <sounakr@...>
Date: 2018-06-27T03:07:01Z
Review
----
---