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

feat: Implement nested queries and CTE. #680

Merged
merged 22 commits into from
Jan 20, 2023

Conversation

mediuminvader
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Jan 19, 2023

Pull Request Test Coverage Report for Build 3965355739

  • 273 of 507 (53.85%) changed or added relevant lines in 18 files are covered.
  • 441 unchanged lines in 16 files lost coverage.
  • Overall coverage decreased (-1.3%) to 66.41%

Changes Missing Coverage Covered Lines Changed/Added Lines %
dozer-core/src/dag/executor.rs 2 3 66.67%
dozer-orchestrator/src/simple/orchestrator.rs 0 1 0.0%
dozer-sql/src/pipeline/expression/builder.rs 0 1 0.0%
dozer-sql/src/pipeline/product/join.rs 2 3 66.67%
dozer-core/src/dag/executor_utils.rs 3 5 60.0%
dozer-sql/src/pipeline/errors.rs 0 2 0.0%
dozer-core/src/dag/errors.rs 0 3 0.0%
dozer-sql/src/pipeline/tests/utils.rs 14 17 82.35%
dozer-orchestrator/src/pipeline/connector_source.rs 0 6 0.0%
dozer-sql/src/pipeline/product/tests/pipeline_test.rs 0 6 0.0%
Files with Coverage Reduction New Missed Lines %
dozer-api/src/grpc/shared_impl/mod.rs 1 84.52%
dozer-orchestrator/src/pipeline/connector_source.rs 1 23.2%
dozer-sql/src/pipeline/expression/scalar/tests/scalar_common.rs 4 90.2%
dozer-sql/src/pipeline/product/tests/pipeline_test.rs 4 0%
dozer-sql/src/pipeline/expression/builder.rs 8 61.0%
dozer-orchestrator/src/simple/orchestrator.rs 10 0%
dozer-sql/src/pipeline/builder.rs 14 78.07%
dozer-orchestrator/src/simple/executor.rs 15 0%
dozer-core/src/dag/executor.rs 20 84.51%
dozer-sql/src/pipeline/tests/builder_test.rs 23 81.42%
Totals Coverage Status
Change from base Build 3951538599: -1.3%
Covered Lines: 22011
Relevant Lines: 33144

💛 - Coveralls

@v3g42 v3g42 changed the title feat: Multiple Join operations feat: Implement nested queries and CTE. Jan 20, 2023
@v3g42 v3g42 marked this pull request as ready for review January 20, 2023 06:41
@v3g42 v3g42 self-requested a review January 20, 2023 06:41
@v3g42 v3g42 merged commit 0cffa3f into getdozer:main Jan 20, 2023
@mediuminvader mediuminvader deleted the feature-Multiple-Join branch January 20, 2023 07:01
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.

None yet

3 participants