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 GroupNode and parallelize TableFunctionProcessorNode 2 #15136

Open
wants to merge 114 commits into
base: master
Choose a base branch
from

Conversation

Cpaulyz
Copy link
Contributor

@Cpaulyz Cpaulyz commented Mar 19, 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 19, 2025

Codecov Report

Attention: Patch coverage is 44.00786% with 285 lines in your changes missing coverage. Please review.

Project coverage is 39.35%. Comparing base (db614fb) to head (c3c3e39).

Files with missing lines Patch % Lines
...f/builtin/relational/tvf/SessionTableFunction.java 0.00% 53 Missing ⚠️
...nal/planner/optimizations/ParallelizeGrouping.java 56.66% 52 Missing ⚠️
...builtin/relational/tvf/VariationTableFunction.java 0.00% 51 Missing ⚠️
.../builtin/relational/tvf/CapacityTableFunction.java 0.00% 39 Missing ⚠️
...ngine/plan/planner/plan/node/PlanGraphPrinter.java 0.00% 13 Missing ⚠️
...engine/plan/relational/planner/node/GroupNode.java 38.09% 13 Missing ⚠️
...nner/distribute/TableDistributedPlanGenerator.java 89.52% 11 Missing ⚠️
...ptimizations/TransformAggregationToStreamable.java 25.00% 9 Missing ⚠️
.../builtin/relational/TableBuiltinTableFunction.java 0.00% 9 Missing ⚠️
...erator/process/function/TableFunctionOperator.java 0.00% 7 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             master   #15136    +/-   ##
==========================================
  Coverage     39.34%   39.35%            
  Complexity      193      193            
==========================================
  Files          4598     4604     +6     
  Lines        295862   296322   +460     
  Branches      36883    36933    +50     
==========================================
+ Hits         116421   116612   +191     
- Misses       179441   179710   +269     

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

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