This is an automated email from the ASF dual-hosted git repository.
ColinLeeo pushed a change to branch support_simd
in repository https://gitbox.apache.org/repos/asf/tsfile.git
discard a96e7af43 C++: enable SIMD by default
omit 39ce52947 fix invalid datatype.
add b4646b62a fix invalid datatype. (#864)
add 1f38d11c9 Bump actions/cache from 5 to 6 (#855)
add d34ac0015 Bump actions/setup-node from 4 to 6 (#854)
add 51fe8bb8f Bump codecov/codecov-action from 6 to 7 (#853)
add 2a3349034 Bump com.fasterxml.jackson.core:jackson-databind in /java
(#865)
add 4b72bd04c Bump actions/checkout from 4 to 7 (#856)
add 0ae3e7526 Bump pnpm/action-setup from 4 to 6 (#852)
add e5e4cccfd [Python][C++] Fix tree-model TsFileDataFrame returning empty
data on reused readers and uppercase names (#862)
add 47a15115a C++: enable SIMD by default
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 (a96e7af43)
\
N -- N -- N refs/heads/support_simd (47a15115a)
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/code-coverage.yml | 6 +-
.github/workflows/codeql.yml | 2 +-
.github/workflows/site-build.yaml | 12 +-
.github/workflows/unit-test-cpp-msvc.yml | 4 +-
.github/workflows/unit-test-cpp.yml | 4 +-
.github/workflows/unit-test-java.yml | 4 +-
.github/workflows/unit-test-python-msvc.yml | 4 +-
.github/workflows/unit-test-python.yml | 4 +-
.github/workflows/wheels.yml | 6 +-
cpp/src/common/device_id.cc | 8 ++
cpp/src/common/schema.h | 35 ++++--
cpp/src/reader/table_query_executor.cc | 8 +-
cpp/test/common/device_id_test.cc | 20 ++++
java/pom.xml | 2 +-
python/tests/test_tsfile_dataset.py | 164 ++++++++++++++++++++++++++++
15 files changed, 245 insertions(+), 38 deletions(-)