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

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


    from 622528e4 fix read error when tag is empty.
     add 73a12b7c Allow setting null tags.

No new revisions were added by this update.

Summary of changes:
 cpp/src/common/allocator/byte_stream.h             |  44 +++++++
 cpp/src/common/constant/tsfile_constant.h          |   6 +
 cpp/src/common/device_id.h                         | 135 +++++++++++++--------
 cpp/src/common/tsblock/tsblock.cc                  |   8 +-
 cpp/src/utils/db_utils.h                           |  80 ------------
 cpp/src/utils/storage_utils.h                      |   4 +-
 .../common/device_id_test.cc}                      |  20 ++-
 .../reader/table_view/tsfile_reader_table_test.cc  |  12 +-
 cpp/test/reader/tsfile_reader_test.cc              |   4 +-
 cpp/test/utils/db_utils_test.cc                    |  50 --------
 .../writer/table_view/tsfile_writer_table_test.cc  |  12 +-
 cpp/test/writer/tsfile_writer_test.cc              |  12 +-
 12 files changed, 169 insertions(+), 218 deletions(-)
 copy cpp/{src/parser/path_nodes_generator.h => test/common/device_id_test.cc} 
(69%)

Reply via email to