This is an automated email from the ASF dual-hosted git repository.

colinlee pushed a change to branch colin_python_V4
in repository https://gitbox.apache.org/repos/asf/tsfile.git


    from 4e734a4a fix some issues.
     add bd4c7910 tmp code.
     add c03f5cee fix null pointer sigsegv.
     add 036a6ca6 fix deep copy in tsfile table writer.
     add 9bcdd58a add comment.
     add 71da03d0 add err test.

No new revisions were added by this update.

Summary of changes:
 cpp/src/common/schema.h                            | 25 +++++++--
 cpp/src/cwrapper/tsfile_cwrapper.cc                |  4 +-
 cpp/src/cwrapper/tsfile_cwrapper.h                 | 28 ++++++++--
 .../reader/block/single_device_tsblock_reader.cc   | 17 +++---
 .../reader/block/single_device_tsblock_reader.h    |  2 +-
 cpp/src/writer/tsfile_table_writer.h               |  5 +-
 .../reader/table_view/tsfile_reader_table_test.cc  |  5 ++
 .../writer/table_view/tsfile_writer_table_test.cc  | 63 +++++++++++++++++++---
 python/tests/test_write_and_read.py                | 10 ++--
 python/tsfile/tsfile_py_cpp.pyx                    |  1 -
 10 files changed, 129 insertions(+), 31 deletions(-)

Reply via email to