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

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


    omit f9724b3c rm cmake opt.
    omit 0098a2ca fix error.
    omit f3b604cb avoid err in third party.
    omit e9bc3ac9 fix allocation aligment.
    omit 3fc7c7e9 fix memory aligned.
    omit a8ac23ad fix some warnning.
     add af0ec13d Use spotless to format CPP code (#528)
     add 10924b1b fix error.
     add 53d203fe fix fmt.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f9724b3c)
            \
             N -- N -- N   refs/heads/fix_warning (53d203fe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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/compress/lz4_compressor.h                  |    4 +-
 cpp/src/compress/lzo_compressor.h                  |    4 +-
 cpp/src/compress/snappy_compressor.h               |    5 +-
 cpp/src/cwrapper/tsfile_cwrapper.cc                |    3 +-
 cpp/src/cwrapper/tsfile_cwrapper_expression.cc     |   16 +-
 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/filter/gt_eq.h                      |    2 +-
 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                           |    3 +-
 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 +-
 java/pom.xml                                       |   33 +
 pom.xml                                            |   31 +-
 52 files changed, 1145 insertions(+), 1067 deletions(-)
 copy cpp/.clang-format => .clang-format (100%)

Reply via email to