This is an automated email from the ASF dual-hosted git repository.
ColinLeeo pushed a change to branch rc/2.4.0
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 86252e512 C++: optimize batch read/write paths and aligned table null
handling (#823)
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 466895099 C++: enable SIMD by default (#867)
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/CLAUDE.md | 2 +-
cpp/CMakeLists.txt | 2 +-
cpp/pom.xml | 4 +-
cpp/src/common/device_id.cc | 8 +
cpp/src/common/schema.h | 35 +++--
cpp/src/reader/qds_without_timegenerator.cc | 19 ++-
cpp/src/reader/table_query_executor.cc | 8 +-
cpp/src/reader/tsfile_series_scan_iterator.h | 13 ++
cpp/test/common/device_id_test.cc | 20 +++
.../tree_view/tsfile_tree_query_by_row_test.cc | 13 ++
java/pom.xml | 2 +-
python/tests/test_query_by_row.py | 65 ++++++++
python/tests/test_tsfile_dataset.py | 164 +++++++++++++++++++++
22 files changed, 356 insertions(+), 45 deletions(-)