This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch object_type
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 28775e6a object type query
add e7bdcad4 fix some warning while compiling. (#527)
add 6554a187 Correct the memroy calculation of BinaryColumnBuilder
new 217d8935 Merge branch 'develop' of github.com:apache/tsfile into
object_type
new e9ddba75 Merge branch 'object_type' of github.com:apache/tsfile into
object_type
The 2 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/CMakeLists.txt | 70 ++++----
cpp/src/common/allocator/mem_alloc.cc | 197 ++++++---------------
cpp/src/common/allocator/page_arena.h | 23 ++-
cpp/src/common/global.h | 1 -
cpp/src/common/tsfile_common.cc | 1 -
cpp/src/common/tsfile_common.h | 2 +-
cpp/src/encoding/bitpack_decoder.h | 6 +-
cpp/test/common/allocator/page_arena_test.cc | 26 +++
.../writer/table_view/tsfile_writer_table_test.cc | 2 -
.../read/common/block/column/BinaryColumn.java | 3 +
.../common/block/column/BinaryColumnBuilder.java | 8 +
11 files changed, 149 insertions(+), 190 deletions(-)