This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch dev_merge
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 03558d6 optimize PlainEncoder
add 763d0a2 unify endian type to big
No new revisions were added by this update.
Summary of changes:
.../iotdb/tsfile/common/conf/TSFileConfig.java | 4 ++--
.../iotdb/tsfile/encoding/common/EndianType.java | 2 +-
.../iotdb/tsfile/encoding/decoder/Decoder.java | 6 +++---
.../tsfile/encoding/decoder/DeltaBinaryDecoder.java | 1 +
.../iotdb/tsfile/encoding/decoder/FloatDecoder.java | 4 ++--
.../tsfile/encoding/encoder/DeltaBinaryEncoder.java | 9 +++++----
.../iotdb/tsfile/encoding/encoder/FloatEncoder.java | 4 ++--
.../iotdb/tsfile/encoding/encoder/PlainEncoder.java | 21 +++++++++------------
.../tsfile/encoding/encoder/TSEncodingBuilder.java | 6 +++---
.../iotdb/tsfile/read/reader/page/PageReader.java | 1 +
.../tsfile/encoding/decoder/IntRleDecoderTest.java | 10 +++++-----
.../tsfile/encoding/decoder/LongRleDecoderTest.java | 6 +++---
.../iotdb/tsfile/read/reader/PageReaderTest.java | 4 ++--
.../iotdb/tsfile/write/series/PageWriterTest.java | 6 +++---
14 files changed, 42 insertions(+), 42 deletions(-)