This is an automated email from the ASF dual-hosted git repository.
colinlee pushed a change to branch colin_refine_write
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 305672a8 fix some err.
add 9f5106b0 add batch write for tsfile.
No new revisions were added by this update.
Summary of changes:
cpp/src/common/device_id.h | 2 +
cpp/src/common/tablet.cc | 4 ++
cpp/src/common/tablet.h | 1 +
cpp/src/cwrapper/tsfile_cwrapper.cc | 18 ++++----
cpp/src/cwrapper/tsfile_cwrapper.h | 8 ++--
python/tsfile/__init__.py | 3 +-
python/tsfile/tsfile_cpp.pxd | 3 +-
python/tsfile/tsfile_table_writer.py | 9 +++-
python/tsfile/tsfile_writer.pyx | 90 +++++++++++++++++++++++++-----------
9 files changed, 95 insertions(+), 43 deletions(-)