GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1400
[WIP] Added back Adaptive delta encoding for floating type for backward
compatibility.
Currently, backward compatibility is broken because of missing adaptive
delta floating encoding which was present in older versions but it is removed
in the latest version.
Added back this encoding to keep the compatibility
NOTE: This PR cannot compile because of thrift changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravipesala/incubator-carbondata
adaptive-delta-float
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1400.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 #1400
----
commit 670bba1eea5ff5d7e7b81d19180b71420f1ca69a
Author: Ravindra Pesala <[email protected]>
Date: 2017-10-01T17:23:12Z
Adaptive delta for floating type
----
---