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

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


    from 26049064 add table_with_time_column info.
     new 77da19ed tmp code.
     new 56aa1049 support time column

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/common/tsblock/tuple_desc.h                |  9 +++
 .../reader/block/single_device_tsblock_reader.cc   |  8 +++
 cpp/src/reader/column_mapping.h                    | 11 ++-
 cpp/src/reader/table_query_executor.cc             | 11 +--
 .../reader/table_view/tsfile_reader_table_test.cc  | 81 ++++++++++++++++++++++
 .../writer/table_view/tsfile_writer_table_test.cc  |  2 +-
 python/tests/resources/README.md                   | 70 ++++++++++++-------
 python/tests/test_load_tsfile_from_iotdb.py        | 16 ++++-
 python/tests/test_to_tsfile.py                     |  4 +-
 python/tsfile/schema.py                            | 11 ++-
 python/tsfile/tsfile_reader.pyx                    |  4 +-
 python/tsfile/utils.py                             | 41 ++++++++---
 12 files changed, 215 insertions(+), 53 deletions(-)

Reply via email to