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

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


 discard 54dc26f5 revert format.
 discard fbe995ee support tag filter.
 discard 28c60320 support tag filter.
     add 56756d26 Bump actions/github-script from 7.0.1 to 8.0.0 (#594)
     add 21d70d65 Support TsfileDataFrame (#765)
     add bc9a22b7 support tag filter.
     add 3ecee38f support tag filter.
     add 93cc182a revert format.
     add a23f91f5 fix asan.
     add 94a84c35 remove useless file.
     add 00243766 fix reader.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (54dc26f5)
            \
             N -- N -- N   refs/heads/support_tag_filter (00243766)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/unit-test-cpp.yml                |   2 +-
 .github/workflows/unit-test-java.yml               |   2 +-
 .github/workflows/unit-test-python.yml             |   2 +-
 .../table_view/tsfile_table_query_by_row_test.cc   |   1 +
 python/lower_case_name.tsfile                      | Bin 23089 -> 0 bytes
 python/setup.py                                    |   2 +-
 python/test1.tsfile                                | Bin 23089 -> 0 bytes
 python/tests/test_tsfile_dataset.py                | 397 +++++++++++++
 python/tsfile/__init__.py                          |   3 +-
 .../.asf.yaml => python/tsfile/dataset/__init__.py |  11 +-
 python/tsfile/dataset/dataframe.py                 | 635 +++++++++++++++++++++
 python/tsfile/dataset/formatting.py                | 171 ++++++
 python/tsfile/dataset/merge.py                     | 154 +++++
 python/tsfile/dataset/metadata.py                  | 227 ++++++++
 python/tsfile/dataset/reader.py                    | 354 ++++++++++++
 python/tsfile/dataset/timeseries.py                | 155 +++++
 16 files changed, 2105 insertions(+), 11 deletions(-)
 delete mode 100644 python/lower_case_name.tsfile
 delete mode 100644 python/test1.tsfile
 create mode 100644 python/tests/test_tsfile_dataset.py
 copy docs/src/.vuepress/public/.asf.yaml => python/tsfile/dataset/__init__.py 
(80%)
 create mode 100644 python/tsfile/dataset/dataframe.py
 create mode 100644 python/tsfile/dataset/formatting.py
 create mode 100644 python/tsfile/dataset/merge.py
 create mode 100644 python/tsfile/dataset/metadata.py
 create mode 100644 python/tsfile/dataset/reader.py
 create mode 100644 python/tsfile/dataset/timeseries.py

Reply via email to