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

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


    from ed5b5dc3 The column names in the addValue interface are 
case-insensitive (#526)
     add af0ec13d Use spotless to format CPP code (#528)

No new revisions were added by this update.

Summary of changes:
 cpp/.clang-format => .clang-format                 |    0
 .github/workflows/code-coverage.yml                |    2 +-
 .github/workflows/unit-test-cpp.yml                |   13 +
 .github/workflows/unit-test-python.yml             |    2 +-
 cpp/examples/c_examples/demo_read.c                |   14 +-
 cpp/examples/c_examples/demo_write.c               |   14 +-
 cpp/pom.xml                                        |   51 +
 cpp/src/common/constant/tsfile_constant.h          |   50 +-
 cpp/src/common/container/hash_table.h              |   10 +-
 cpp/src/common/row_record.h                        |    7 +-
 cpp/src/common/tsblock/tsblock.cc                  |    3 +-
 cpp/src/common/tsfile_common.h                     |    2 +-
 cpp/src/compress/gzip_compressor.cc                |  405 ++++----
 cpp/src/cwrapper/tsfile_cwrapper.cc                |    3 +-
 cpp/src/cwrapper/tsfile_cwrapper_expression.cc     |   16 +-
 cpp/src/encoding/intpacker.h                       |    6 +-
 cpp/src/encoding/plain_decoder.h                   |    3 +-
 cpp/src/encoding/plain_encoder.h                   |    6 +-
 cpp/src/file/tsfile_io_reader.cc                   | 1098 ++++++++++----------
 .../reader/block/device_ordered_tsblock_reader.cc  |   10 +-
 cpp/src/reader/chunk_reader.cc                     |    8 +-
 cpp/src/reader/device_meta_iterator.cc             |    3 +-
 cpp/src/reader/meta_data_querier.cc                |   28 +-
 cpp/src/reader/qds_with_timegenerator.cc           |    9 +-
 cpp/src/reader/qds_with_timegenerator.h            |    2 +-
 cpp/src/reader/qds_without_timegenerator.cc        |    5 +-
 cpp/src/reader/result_set.h                        |   13 +-
 cpp/src/reader/scan_iterator.cc                    |    8 +-
 cpp/src/reader/table_query_executor.cc             |   14 +-
 cpp/src/reader/table_result_set.cc                 |    4 +-
 cpp/src/reader/task/device_query_task.cc           |    2 +-
 cpp/src/reader/task/device_task_iterator.cc        |    4 +-
 cpp/src/reader/tsfile_reader.cc                    |   38 +-
 cpp/src/utils/db_utils.h                           |    1 -
 cpp/src/utils/storage_utils.h                      |    1 +
 cpp/src/writer/chunk_writer.cc                     |   10 +-
 cpp/src/writer/tsfile_table_writer.cc              |    6 +-
 cpp/test/common/device_id_test.cc                  |   23 +-
 cpp/test/common/row_record_test.cc                 |    8 +-
 cpp/test/common/schema_test.cc                     |   78 +-
 cpp/test/common/statistic_test.cc                  |    2 +-
 cpp/test/compress/gzip_compressor_test.cc          |    2 +-
 cpp/test/cwrapper/c_release_test.cc                |   12 +-
 cpp/test/cwrapper/cwrapper_test.cc                 |    2 -
 cpp/test/encoding/ts2diff_codec_test.cc            |   11 +-
 cpp/test/file/write_file_test.cc                   |    8 +-
 cpp/test/parser/path_name_test.cc                  |   77 +-
 .../reader/table_view/tsfile_reader_table_test.cc  |   37 +-
 cpp/test/reader/tsfile_reader_test.cc              |   15 +-
 .../writer/table_view/tsfile_writer_table_test.cc  |    3 +-
 java/pom.xml                                       |   33 +
 pom.xml                                            |   31 +-
 52 files changed, 1148 insertions(+), 1065 deletions(-)
 copy cpp/.clang-format => .clang-format (100%)

Reply via email to