This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from c731ba0f add switch to disable native lz4 (#480)
add 41453959 Fix float RLBE encoding loss of precision (#484)
No new revisions were added by this update.
Summary of changes:
cpp/pom.xml | 6 +
.../tsfile/encoding/decoder/DoubleRLBEDecoder.java | 171 +-------------
.../tsfile/encoding/decoder/FloatRLBEDecoder.java | 170 +------------
.../apache/tsfile/encoding/encoder/DoubleRLBE.java | 262 +--------------------
.../apache/tsfile/encoding/encoder/FloatRLBE.java | 244 +------------------
.../tsfile/encoding/decoder/RLBEDecoderTest.java | 83 ++++++-
6 files changed, 89 insertions(+), 847 deletions(-)