apache / iotdb

Apache IoTDB
https://iotdb.apache.org/
Apache License 2.0
5.56k stars 999 forks source link

[DRAFT] Split MemChunk if row number exceeded the avgSeriesPointNumberThreshold #13653

Open HTHou opened 3 days ago

HTHou commented 3 days ago

Description

codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 53.12500% with 60 lines in your changes missing coverage. Please review.

Project coverage is 41.37%. Comparing base (08bc12c) to head (28aa427). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...e/dataregion/memtable/AlignedWritableMemChunk.java 57.50% 34 Missing :warning:
...geengine/dataregion/memtable/WritableMemChunk.java 48.14% 14 Missing :warning:
...he/iotdb/db/utils/datastructure/AlignedTVList.java 36.84% 12 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #13653 +/- ## ========================================= Coverage 41.37% 41.37% Complexity 71 71 ========================================= Files 4002 4002 Lines 248974 249050 +76 Branches 30227 30240 +13 ========================================= + Hits 103008 103040 +32 - Misses 145966 146010 +44 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 3 days ago

Quality Gate Failed Quality Gate failed

Failed conditions
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint