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
omit 9d28d1fe release code.
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/support_dataframe_to_tsfile (9e1edf5e)
\
O -- O -- O (9d28d1fe)
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 | 6 -
.github/workflows/unit-test-python.yml | 11 --
.github/workflows/wheels.yml | 169 -------------------------
cpp/CMakeLists.txt | 2 +-
cpp/pom.xml | 12 +-
java/common/pom.xml | 2 +-
java/examples/pom.xml | 4 +-
java/pom.xml | 4 +-
java/tools/pom.xml | 6 +-
java/tsfile/pom.xml | 4 +-
pom.xml | 12 +-
python/pom.xml | 40 +++++-
python/pyproject.toml | 69 ----------
python/requirements.txt | 4 +-
python/setup.py | 221 +++++++++++++++++++--------------
python/tsfile/__init__.py | 4 +
python/tsfile/tsfile_cpp.pxd | 6 +-
17 files changed, 194 insertions(+), 382 deletions(-)
delete mode 100644 .github/workflows/wheels.yml
delete mode 100644 python/pyproject.toml