Skip to content

Merge branch 'main' into add-support-for-self-joins

f7a0118
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for self-joins with sub-query #220

Merge branch 'main' into add-support-for-self-joins
f7a0118
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 11, 2025 in 1s

79.61% (-0.12%) compared to 577aaac

View this Pull Request on Codecov

79.61% (-0.12%) compared to 577aaac

Details

Codecov Report

Attention: Patch coverage is 79.41176% with 42 lines in your changes missing coverage. Please review.

Project coverage is 79.61%. Comparing base (577aaac) to head (f7a0118).

Files with missing lines Patch % Lines
...mongo/query/MongoAggregationPipelineConverter.java 87.87% 1 Missing and 7 partials ⚠️
...e/expression/impl/AliasedIdentifierExpression.java 66.66% 2 Missing and 4 partials ⚠️
...go/query/parser/MongoEmptySelectionTypeParser.java 28.57% 5 Missing ⚠️
...tore/mongo/query/parser/MongoLetClauseBuilder.java 81.81% 3 Missing and 1 partial ⚠️
...tstore/expression/impl/SubQueryJoinExpression.java 75.00% 2 Missing ⚠️
...ypertrace/core/documentstore/mongo/MongoUtils.java 33.33% 1 Missing and 1 partial ⚠️
...transformer/PostgresSelectionQueryTransformer.java 0.00% 2 Missing ⚠️
...v1/transformer/PostgresUnnestQueryTransformer.java 0.00% 2 Missing ⚠️
.../documentstore/mongo/query/MongoQueryExecutor.java 88.88% 1 Missing ⚠️
.../documentstore/mongo/query/parser/AliasParser.java 0.00% 1 Missing ⚠️
... and 9 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #220      +/-   ##
============================================
- Coverage     79.73%   79.61%   -0.12%     
- Complexity     1043     1048       +5     
============================================
  Files           199      204       +5     
  Lines          4945     5083     +138     
  Branches        410      416       +6     
============================================
+ Hits           3943     4047     +104     
- Misses          711      740      +29     
- Partials        291      296       +5     

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