This is an automated email from the ASF dual-hosted git repository.
hongzhigao pushed a change to branch feat/c-python-timeseries-metadata
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from a8091203 fix DeviceTimeseriesMetadataEntry details
add 6bfe1ef4 replace DeviceID to TsDeviceDetails
No new revisions were added by this update.
Summary of changes:
cpp/src/cwrapper/tsfile_cwrapper.cc | 280 ++++++++++++----------------
cpp/src/cwrapper/tsfile_cwrapper.h | 65 +++----
cpp/test/cwrapper/cwrapper_metadata_test.cc | 59 +++---
python/tests/test_reader_metadata.py | 8 +-
python/tsfile/schema.py | 10 -
python/tsfile/tsfile_cpp.pxd | 25 +--
python/tsfile/tsfile_py_cpp.pxd | 1 -
python/tsfile/tsfile_py_cpp.pyx | 39 ++--
python/tsfile/tsfile_reader.pyx | 12 +-
9 files changed, 195 insertions(+), 304 deletions(-)