Skip to content

Fixed the REST partial insert & Pipe: Added partial insert IT#17340

Merged
jt2594838 merged 10 commits intomasterfrom
fix-partial-pipe
Mar 25, 2026
Merged

Fixed the REST partial insert & Pipe: Added partial insert IT#17340
jt2594838 merged 10 commits intomasterfrom
fix-partial-pipe

Conversation

@Caideyipi
Copy link
Collaborator

Description

As the title said.


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@Caideyipi Caideyipi changed the title Pipe: Added partial insert IT Fixed the REST partial insert & Pipe: Added partial insert IT Mar 24, 2026
@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.75%. Comparing base (9be854c) to head (402b1cd).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
...b/queryengine/plan/planner/LogicalPlanVisitor.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #17340      +/-   ##
============================================
+ Coverage     39.72%   39.75%   +0.02%     
  Complexity      312      312              
============================================
  Files          5126     5127       +1     
  Lines        346242   346247       +5     
  Branches      44085    44087       +2     
============================================
+ Hits         137551   137640      +89     
+ Misses       208691   208607      -84     

☔ 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.

@sonarqubecloud
Copy link

@jt2594838 jt2594838 merged commit 5f9cb66 into master Mar 25, 2026
30 of 31 checks passed
@jt2594838 jt2594838 deleted the fix-partial-pipe branch March 25, 2026 03:54
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.

3 participants