-
Notifications
You must be signed in to change notification settings - Fork 1k
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 join operator implementation, fix the problem in join logical planner and distributed planner #13529
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #13529 +/- ##
============================================
- Coverage 41.77% 41.69% -0.09%
Complexity 71 71
============================================
Files 3978 3983 +5
Lines 247469 247847 +378
Branches 29962 30033 +71
============================================
- Hits 103377 103331 -46
- Misses 144092 144516 +424 ☔ View full report in Codecov by Sentry. |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
As the title, see the key changed classes for more details.
Integration test is shown in: integration-test/src/test/java/org/apache/iotdb/relational/it/db/it/IoTDBMultiIDsWithAttributesTableIT.java
This PR has:
for an unfamiliar reader.
for code coverage.
Key changed/added classes (or packages if there are too many classes) in this PR