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 135a2c0d spotless apply
add a8091203 fix DeviceTimeseriesMetadataEntry details
No new revisions were added by this update.
Summary of changes:
cpp/src/cwrapper/tsfile_cwrapper.cc | 186 ++++++++++++++++++++++++++--
cpp/src/cwrapper/tsfile_cwrapper.h | 31 +++++
cpp/test/cwrapper/cwrapper_metadata_test.cc | 21 ++++
python/tests/test_reader_metadata.py | 47 ++++++-
python/tsfile/schema.py | 20 ++-
python/tsfile/tsfile_cpp.pxd | 15 +++
python/tsfile/tsfile_py_cpp.pxd | 1 +
python/tsfile/tsfile_py_cpp.pyx | 54 +++++++-
python/tsfile/tsfile_reader.pyx | 15 ++-
9 files changed, 371 insertions(+), 19 deletions(-)