This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch iotdb
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 3a5def86 upgrade version
new 3773f449 Fix/fix the cpp build on windows (#109)
new bcc53a13 bugfix: bitmap clear method (#114)
new 86ae2396 fix ts2diff decoder (#118)
new c19847fe Fix SimpleListNode::remove (#117)
new 4c5e8a58 fix BitPackDecoder::~BitPackDecoder() (#121)
new 9af883f4 Fix maven build warning (#122)
new d25467e6 Adding gitattributes file to unify the line break (#130)
new bf6a2f32 Fix ZstdUncompressor
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cpp/test_all.sh => .gitattributes | 4 +-
.github/workflows/unit-test.yml | 19 +----
cpp/pom.xml | 93 +++++++++++++---------
cpp/src/common/allocator/mem_alloc.cc | 4 +
cpp/src/common/container/bit_map.h | 2 +-
cpp/src/common/container/list.h | 3 +-
cpp/src/common/global.cc | 4 +
cpp/src/cwrapper/TsFile-cwrapper.h | 3 +
cpp/src/encoding/bitpack_decoder.h | 29 ++++---
cpp/src/encoding/encoder_factory.h | 1 +
cpp/src/encoding/ts2diff_decoder.h | 9 ++-
cpp/src/file/read_file.cc | 35 +++++++-
cpp/src/file/write_file.cc | 13 ++-
.../org/apache/tsfile/compress/IUnCompressor.java | 3 +-
.../java/org/apache/tsfile/compress/ZstdTest.java | 21 +++++
pom.xml | 11 +++
16 files changed, 179 insertions(+), 75 deletions(-)
copy cpp/test_all.sh => .gitattributes (97%)