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


    from c5d14108 support get all timeseries.
     add 7a70782b fix some err.
     add eeedb4d9 fix api for py39.
     add 9dda56fe fix split device.
     new 3770ba43 fix print text.

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/src/common/device_id.h                         |  33 +++++
 .../reader/block/single_device_tsblock_reader.cc   |   9 +-
 cpp/src/reader/device_meta_iterator.cc             |   7 +-
 cpp/src/reader/device_meta_iterator.h              |  32 +++--
 cpp/src/reader/table_query_executor.cc             |  11 +-
 cpp/src/reader/tsfile_reader.cc                    |  10 +-
 cpp/test/reader/bloom_filter_test.cc               |   4 +-
 .../reader/tree_view/tsfile_reader_tree_test.cc    | 155 +++++++++++++++++----
 cpp/test/reader/tsfile_reader_test.cc              |   2 +-
 python/tests/test_write_and_read.py                |  18 ++-
 python/tsfile/tsfile_reader.pyx                    |   2 +-
 python/tsfile/utils.py                             |  19 +--
 12 files changed, 227 insertions(+), 75 deletions(-)

Reply via email to