Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TsFile V4 for Table Model #196

Merged
merged 180 commits into from
Aug 5, 2024
Merged

TsFile V4 for Table Model #196

merged 180 commits into from
Aug 5, 2024

Conversation

jt2594838
Copy link
Contributor

No description provided.

CritasWang and others added 20 commits July 22, 2024 16:39
# Conflicts:
#	.github/workflows/codeql.yml
#	.github/workflows/unit-test.yml
#	README-zh.md
#	cpp/CMakeLists.txt
#	cpp/bench_mark/bench_mark_src/bench_conf.h
#	cpp/common/include/common.hpp
#	cpp/common/src/common.cpp
#	cpp/examples/c_examples/c_examples.h
#	cpp/src/CMakeLists.txt
#	cpp/src/common/allocator/byte_stream.h
#	cpp/src/common/config/config.h
#	cpp/src/common/container/array.h
#	cpp/src/common/container/hash_table.h
#	cpp/src/common/container/simple_vector.h
#	cpp/src/common/datatype/value.h
#	cpp/src/common/global.cc
#	cpp/src/common/tsfile_common.h
#	cpp/src/cwrapper/TsFile-cwrapper.cc
#	cpp/src/encoding/bitpack_decoder.h
#	cpp/src/encoding/bitpack_encoder.h
#	cpp/src/encoding/dictionary_encoder.h
#	cpp/src/encoding/encoder.h
#	cpp/src/encoding/gorilla_encoder.h
#	cpp/src/encoding/intpacker.h
#	cpp/src/encoding/plain_decoder.h
#	cpp/src/encoding/plain_encoder.h
#	cpp/src/encoding/ts2diff_encoder.h
#	cpp/src/encoding/zigzag_decoder.h
#	cpp/src/encoding/zigzag_encoder.h
#	cpp/src/file/tsfile_io_writer.cc
#	cpp/src/file/tsfile_io_writer.h
#	cpp/src/reader/filter/between.h
#	cpp/src/reader/filter/eq.h
#	cpp/src/reader/filter/gt.h
#	cpp/src/reader/filter/gt_eq.h
#	cpp/src/reader/filter/in.h
#	cpp/src/reader/filter/lt.h
#	cpp/src/reader/filter/lt_eq.h
#	cpp/src/reader/filter/not_eq.h
#	cpp/src/reader/filter/object.h
#	cpp/src/reader/filter/or_filter.h
#	cpp/src/reader/query_data_set.h
#	cpp/src/reader/tsfile_executor.cc
#	cpp/src/utils/db_utils.h
#	cpp/src/writer/chunk_writer.cc
#	cpp/src/writer/chunk_writer.h
#	cpp/src/writer/page_writer.h
#	cpp/src/writer/tsfile_writer.cc
#	cpp/src/writer/tsfile_writer.h
#	cpp/tsfile/include/tsfile.hpp
#	cpp/tsfile/src/tsfile.cpp
#	java/tsfile/src/main/java/org/apache/tsfile/common/conf/TSFileConfig.java
#	java/tsfile/src/main/java/org/apache/tsfile/compatibility/BufferDeserializer.java
#	java/tsfile/src/main/java/org/apache/tsfile/exception/IllegalDeviceIDException.java
#	java/tsfile/src/main/java/org/apache/tsfile/exception/read/UnsupportedOrderingException.java
#	java/tsfile/src/main/java/org/apache/tsfile/read/common/type/AbstractType.java
#	java/tsfile/src/main/java/org/apache/tsfile/read/reader/chunk/ChunkReaderWithoutStatistics.java
#	java/tsfile/src/main/java/org/apache/tsfile/write/TsFileWriter.java
#	java/tsfile/src/main/java/org/apache/tsfile/write/record/TSRecord.java
#	java/tsfile/src/test/java/org/apache/tsfile/read/reader/AlignedChunkReaderWithoutStatisticsTest.java
#	pom.xml
# Conflicts:
#	cpp/bench_mark/bench_mark_src/bench_conf.h
#	cpp/common/include/common.hpp
#	cpp/common/src/common.cpp
#	cpp/examples/c_examples/c_examples.h
#	cpp/src/reader/query_data_set.h
#	cpp/tsfile/include/tsfile.hpp
#	cpp/tsfile/src/tsfile.cpp
#	java/tsfile/src/main/java/org/apache/tsfile/common/conf/TSFileConfig.java
#	java/tsfile/src/main/java/org/apache/tsfile/exception/read/NoColumnException.java
#	java/tsfile/src/main/java/org/apache/tsfile/exception/read/UnsupportedOrderingException.java
#	java/tsfile/src/main/java/org/apache/tsfile/exception/write/NoTableException.java
#	java/tsfile/src/main/java/org/apache/tsfile/read/expression/ExpressionTree.java
#	java/tsfile/src/main/java/org/apache/tsfile/read/reader/chunk/ChunkReaderWithoutStatistics.java
#	java/tsfile/src/main/java/org/apache/tsfile/write/TsFileWriter.java
#	java/tsfile/src/main/java/org/apache/tsfile/write/record/TSRecord.java
#	java/tsfile/src/test/java/org/apache/tsfile/read/reader/AlignedChunkReaderWithoutStatisticsTest.java
cpp/pom.xml Outdated Show resolved Hide resolved
@jt2594838 jt2594838 changed the title Test v4 ci TsFile V4 for Table Model Aug 2, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 57.66369% with 1138 lines in your changes missing coverage. Please review.

Project coverage is 61.34%. Comparing base (5be2737) to head (8afa9b0).

Files Patch % Lines
...java/org/apache/tsfile/utils/TsFileSketchTool.java 0.00% 368 Missing ⚠️
.../main/java/org/apache/tsfile/tools/TsFileTool.java 60.07% 107 Missing ⚠️
...va/org/apache/tsfile/read/common/type/RowType.java 0.00% 48 Missing ⚠️
...ain/java/org/apache/tsfile/tools/SchemaParser.java 61.86% 45 Missing ⚠️
...e/read/reader/block/SingleDeviceTsBlockReader.java 76.84% 44 Missing ⚠️
...a/org/apache/tsfile/read/TsFileSequenceReader.java 82.15% 38 Missing ⚠️
...in/java/org/apache/tsfile/tools/DateTimeUtils.java 84.48% 36 Missing ⚠️
...org/apache/tsfile/file/metadata/PlainDeviceID.java 7.89% 35 Missing ⚠️
...rg/apache/tsfile/read/common/type/TypeFactory.java 0.00% 20 Missing ⚠️
...che/tsfile/read/controller/DeviceMetaIterator.java 64.28% 20 Missing ⚠️
... and 66 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #196      +/-   ##
===========================================
- Coverage    61.94%   61.34%   -0.60%     
===========================================
  Files          419      455      +36     
  Lines        27361    29611    +2250     
  Branches      3635     3920     +285     
===========================================
+ Hits         16948    18165    +1217     
- Misses       10074    11107    +1033     
  Partials       339      339              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JackieTien97 JackieTien97 merged commit 149b621 into develop Aug 5, 2024
11 checks passed
@JackieTien97 JackieTien97 deleted the test_v4_CI branch August 5, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.