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: full e2e pipeline #26

Merged
merged 25 commits into from
Feb 14, 2025
Merged

feat: full e2e pipeline #26

merged 25 commits into from
Feb 14, 2025

Conversation

yliang412
Copy link
Member

@yliang412 yliang412 commented Feb 11, 2025

Problem

With the initial representation and storage added in #4 and #22, we now want to support the full pipeline going from parsing SQL, optimizing the plan using optd, and executing the query in Datafusion.

Summary of changes

SarveshOO7 and others added 9 commits February 10, 2025 12:53
@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 50.49505% with 600 lines in your changes missing coverage. Please review.

Project coverage is 71.3%. Comparing base (44d26e2) to head (9ce428c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
optd-datafusion/src/converter/from_optd.rs 0.0% 148 Missing ⚠️
optd-datafusion/src/converter/into_optd.rs 0.0% 126 Missing ⚠️
optd-core/src/cascades/mod.rs 74.5% 98 Missing ⚠️
optd-datafusion/src/lib.rs 0.0% 79 Missing ⚠️
optd-datafusion/src/planner.rs 0.0% 74 Missing ⚠️
optd-core/src/storage/memo.rs 92.0% 16 Missing ⚠️
optd-core/src/values/mod.rs 0.0% 15 Missing ⚠️
optd-core/src/operators/relational/physical/mod.rs 0.0% 8 Missing ⚠️
optd-core/src/operators/scalar/constants.rs 0.0% 8 Missing ⚠️
optd-core/src/operators/scalar/mod.rs 73.0% 7 Missing ⚠️
... and 5 more
Additional details and impacted files
Files with missing lines Coverage Δ
...c/operators/relational/physical/scan/table_scan.rs 50.0% <ø> (+50.0%) ⬆️
optd-core/src/operators/scalar/binary_op.rs 100.0% <100.0%> (ø)
optd-core/src/operators/scalar/logic_op.rs 100.0% <100.0%> (ø)
optd-core/src/operators/scalar/unary_op.rs 100.0% <100.0%> (ø)
optd-core/src/test_utils.rs 100.0% <100.0%> (ø)
...src/operators/relational/physical/filter/filter.rs 33.3% <0.0%> (+33.3%) ⬆️
optd-core/src/operators/relational/logical/mod.rs 78.4% <77.7%> (-0.2%) ⬇️
...d-core/src/operators/relational/logical/project.rs 33.3% <33.3%> (ø)
...-core/src/operators/relational/physical/project.rs 33.3% <33.3%> (ø)
optd-datafusion/src/converter/mod.rs 0.0% <0.0%> (ø)
... and 10 more

... and 5 files with indirect coverage changes

Signed-off-by: Yuchen Liang <[email protected]>
optd-core/src/cascades/memo.rs Show resolved Hide resolved
optd-core/src/cascades/mod.rs Show resolved Hide resolved
optd-core/src/operators/relational/physical/project.rs Outdated Show resolved Hide resolved
optd-core/src/operators/scalar/and.rs Outdated Show resolved Hide resolved
optd-core/src/storage/memo.rs Outdated Show resolved Hide resolved
optd-core/src/storage/memo.rs Outdated Show resolved Hide resolved
optd-datafusion/src/converter/into_optd.rs Show resolved Hide resolved
optd-datafusion/src/lib.rs Show resolved Hide resolved
optd-datafusion/src/lib.rs Outdated Show resolved Hide resolved
optd-datafusion/src/main.rs Outdated Show resolved Hide resolved
Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
@yliang412 yliang412 merged commit fc61df0 into main Feb 14, 2025
11 checks passed
@yliang412 yliang412 deleted the yuchen/e2e branch February 14, 2025 06:11
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.

4 participants