This is an automated email from the ASF dual-hosted git repository.

colinlee pushed a change to branch support_arrow_struct
in repository https://gitbox.apache.org/repos/asf/tsfile.git


    from 014580bd8 support arrow write.
     add edca4bb44 Fix comment.

No new revisions were added by this update.

Summary of changes:
 cpp/src/common/container/byte_buffer.h             |   2 +
 cpp/src/common/tablet.cc                           |  79 +++++
 cpp/src/common/tablet.h                            |   8 +
 cpp/src/cwrapper/arrow_c.cc                        | 381 ++++++++++-----------
 cpp/src/cwrapper/tsfile_cwrapper.cc                |   9 +-
 cpp/src/cwrapper/tsfile_cwrapper.h                 |   6 +-
 cpp/src/reader/table_query_executor.cc             |   2 +-
 cpp/src/reader/table_query_executor.h              |  10 +-
 cpp/src/reader/table_result_set.cc                 |   8 +-
 cpp/src/reader/table_result_set.h                  |   9 +-
 cpp/src/utils/date_utils.h                         |  69 ++++
 .../table_view/tsfile_reader_table_batch_test.cc   |  94 +++--
 python/requirements.txt                            |   2 +-
 python/tsfile/tsfile_cpp.pxd                       |   3 +-
 python/tsfile/tsfile_reader.pyx                    |   6 +-
 python/tsfile/tsfile_writer.pyx                    |   7 +-
 16 files changed, 424 insertions(+), 271 deletions(-)
 create mode 100644 cpp/src/utils/date_utils.h

Reply via email to