Skip to content

correct metadata "modified" flags and related logic#17172

Open
shuwenwei wants to merge 2 commits intomasterfrom
fixSetModified-0205
Open

correct metadata "modified" flags and related logic#17172
shuwenwei wants to merge 2 commits intomasterfrom
fixSetModified-0205

Conversation

@shuwenwei
Copy link
Member

@shuwenwei shuwenwei commented Feb 5, 2026

Description

correct metadata "modified" flags and related logic

@shuwenwei shuwenwei changed the title Fix setModified bug & update tsfile version correct metadata "modified" flags and related logic Feb 5, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 5, 2026

@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

❌ Patch coverage is 89.28571% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.51%. Comparing base (2f07c80) to head (bdb81cc).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ine/execution/operator/source/FileLoaderUtils.java 82.60% 4 Missing ⚠️
...in/java/org/apache/iotdb/db/utils/SchemaUtils.java 92.59% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #17172   +/-   ##
=========================================
  Coverage     39.51%   39.51%           
  Complexity      282      282           
=========================================
  Files          5097     5097           
  Lines        341021   340965   -56     
  Branches      43427    43409   -18     
=========================================
- Hits         134761   134744   -17     
+ Misses       206260   206221   -39     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

timeseriesMetadata.setModified(true);
for (IChunkMetadata iChunkMetadata : timeseriesMetadata.getChunkMetadataList()) {
if (iChunkMetadata != null) {
iChunkMetadata.setModified(true);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image Image This won't work

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.

1 participant