This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch refactor_header_packaging
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 83a1bb75 fix comments
add 8b44f2f7 Release pointer in demo_write.cpp; Fix the error usage of
maven in cpp example (#430)
add 89a31913 Fix py read error (#433)
add 0adbc26b fix for reset bug and add ut (#435)
add be5c154a Merge branch 'develop' into refactor_header_packaging
No new revisions were added by this update.
Summary of changes:
cpp/CMakeLists.txt | 4 +-
cpp/README.md | 32 ++++++------
cpp/examples/CMakeLists.txt | 2 +-
cpp/examples/README.md | 34 ++++++-------
cpp/examples/cpp_examples/demo_read.cpp | 5 +-
cpp/examples/cpp_examples/demo_write.cpp | 17 ++-----
cpp/src/common/statistic.h | 59 +++++++++++++++++++++-
cpp/src/common/tsblock/tsblock.h | 14 ++---
cpp/src/compress/lz4_compressor.h | 2 +-
cpp/src/compress/lzo_compressor.h | 2 +-
cpp/src/compress/snappy_compressor.h | 2 -
cpp/src/file/tsfile_io_writer.cc | 3 ++
cpp/src/file/write_file.cc | 1 +
cpp/src/file/write_file.h | 1 +
.../reader/block/device_ordered_tsblock_reader.cc | 18 +++++--
.../reader/block/single_device_tsblock_reader.cc | 27 ++++++++--
.../reader/block/single_device_tsblock_reader.h | 6 ++-
cpp/src/reader/table_query_executor.h | 2 +-
cpp/src/reader/table_result_set.cc | 16 +++---
.../reader/table_view/tsfile_reader_table_test.cc | 56 +++++++++++++++++++-
.../writer/table_view/tsfile_writer_table_test.cc | 23 +++++----
cpp/test/writer/tsfile_writer_test.cc | 8 ++-
python/tests/test_write_and_read.py | 48 +++++++++++++-----
python/tsfile/schema.py | 17 ++++++-
python/tsfile/tsfile_cpp.pxd | 27 ++++++----
python/tsfile/tsfile_py_cpp.pxd | 6 ++-
python/tsfile/tsfile_py_cpp.pyx | 38 +++++++++++++-
python/tsfile/tsfile_reader.pyx | 57 ++++++++++++++++-----
28 files changed, 391 insertions(+), 136 deletions(-)