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

Add extreme aggregation for table model #13832

Merged
merged 2 commits into from
Oct 19, 2024
Merged

Add extreme aggregation for table model #13832

merged 2 commits into from
Oct 19, 2024

Conversation

Beyyes
Copy link
Member

@Beyyes Beyyes commented Oct 19, 2024

Description

As the title.


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

sonarcloud bot commented Oct 19, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
20.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

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

Please upload report for BASE (master@e3de1b7). Learn more about missing BASE report.
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...rce/relational/aggregation/ExtremeAccumulator.java 0.00% 130 Missing ⚠️
...rce/relational/aggregation/AccumulatorFactory.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #13832   +/-   ##
=========================================
  Coverage          ?   39.98%           
  Complexity        ?       71           
=========================================
  Files             ?     4144           
  Lines             ?   261744           
  Branches          ?    31902           
=========================================
  Hits              ?   104660           
  Misses            ?   157084           
  Partials          ?        0           

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

@JackieTien97 JackieTien97 merged commit a6cd2b0 into master Oct 19, 2024
29 of 31 checks passed
@JackieTien97 JackieTien97 deleted the add_extream branch October 19, 2024 08:16
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