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

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


    omit dac2010c tmp code.
    omit 56db8cec fix some code.
    omit abb5860e fix query table on tree.
    omit f1247e4c support read tree by table.
    omit 0486f35e support read tree.
     add 4330d7cc perf: Use enum types for compression and encoding instead of 
strings (#640)
     add 1bb3780b Fix/cpp get device schema (#642)
     new 7ef45b5a Support query on tree and modify clang-format.

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   (dac2010c)
            \
             N -- N -- N   refs/heads/colin_support_read_tree (7ef45b5a)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cpp/.clang-format                                  |   3 +-
 cpp/src/common/tsblock/tsblock.h                   |  61 +++--
 cpp/src/common/tsfile_common.h                     | 295 ++++++++++----------
 cpp/src/file/tsfile_io_reader.cc                   | 184 +++++++------
 cpp/src/file/tsfile_io_writer.cc                   |   2 +
 .../reader/block/single_device_tsblock_reader.cc   |   4 +-
 cpp/src/reader/device_meta_iterator.cc             |   7 +-
 cpp/src/reader/device_meta_iterator.h              |   5 +-
 cpp/src/reader/imeta_data_querier.h                |  53 ++--
 cpp/src/reader/meta_data_querier.cc                | 183 +++++++------
 cpp/src/reader/meta_data_querier.h                 |  80 +++---
 cpp/src/reader/table_query_executor.cc             | 302 +++++++++++----------
 cpp/src/reader/table_query_executor.h              |  24 +-
 cpp/src/reader/task/device_task_iterator.h         |  85 +++---
 cpp/src/reader/tsfile_reader.cc                    |   4 +-
 cpp/src/reader/tsfile_reader.h                     |  41 +--
 .../reader/tree_view/tsfile_reader_tree_test.cc    | 114 +++++---
 cpp/test/reader/tsfile_reader_test.cc              |  29 --
 .../apache/tsfile/common/conf/TSFileConfig.java    | 108 ++++----
 .../java/org/apache/tsfile/read/common/Chunk.java  |   6 +-
 .../tsfile/write/schema/MeasurementSchema.java     |   2 +-
 .../write/schema/MeasurementSchemaBuilder.java     |   3 +-
 .../tsfile/write/schema/TimeseriesSchema.java      |   2 +-
 .../write/schema/VectorMeasurementSchema.java      |   3 +-
 .../tsfile/write/MetadataIndexConstructorTest.java | 132 ++++-----
 25 files changed, 883 insertions(+), 849 deletions(-)

Reply via email to