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

[Fix](query) Fix the calc logic of dispatch read time #15061

Closed
wants to merge 1 commit into from

Conversation

Beyyes
Copy link
Member

@Beyyes Beyyes commented Mar 11, 2025

Description

Content1 ...

Content2 ...

Content3 ...


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

Copy link

codecov bot commented Mar 11, 2025

Codecov Report

Attention: Patch coverage is 0% with 17 lines in your changes missing coverage. Please review.

Project coverage is 41.41%. Comparing base (d16b5ea) to head (f8057b3).

Files with missing lines Patch % Lines
...plan/scheduler/FragmentInstanceDispatcherImpl.java 0.00% 17 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             dev/1.3   #15061      +/-   ##
=============================================
- Coverage      41.42%   41.41%   -0.02%     
  Complexity       193      193              
=============================================
  Files           3545     3545              
  Lines         228172   228172              
  Branches       27288    27288              
=============================================
- Hits           94525    94487      -38     
- Misses        133647   133685      +38     

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

@CRZbulabula CRZbulabula deleted the branch dev/1.3 March 21, 2025 01:32
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.

2 participants