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 847a2d62 support read tree by python.
new f329f4b4 fix some bugs.
new 591c721b fix some bugs.
The 2 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/cwrapper/tsfile_cwrapper.cc | 29 +++++
cpp/src/file/tsfile_io_reader.cc | 6 +-
cpp/src/reader/table_query_executor.cc | 8 +-
cpp/src/reader/tsfile_reader.cc | 61 +++++++--
.../reader/tree_view/tsfile_reader_tree_test.cc | 80 +++++++++++-
python/tests/test_write_and_read.py | 141 +++++++++++++++++++++
python/tsfile/constants.py | 4 +-
python/tsfile/tsfile_py_cpp.pxd | 1 +
python/tsfile/tsfile_reader.pyx | 6 +
python/tsfile/utils.py | 123 ++++++++++--------
10 files changed, 388 insertions(+), 71 deletions(-)