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

Separate advanced cost model from the previous basic cost model #200

Merged
merged 9 commits into from
Oct 30, 2024

Conversation

jurplel
Copy link
Member

@jurplel jurplel commented Oct 29, 2024

Tested only briefly, quick and dirty

@jurplel jurplel requested a review from skyzh October 29, 2024 22:04
@jurplel jurplel marked this pull request as ready for review October 29, 2024 22:04
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to run regression tests, likely a lot of plans have changed

Cargo.toml Outdated Show resolved Hide resolved
@@ -0,0 +1,109 @@
use std::{collections::HashMap, sync::Arc};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it a unit test? (can be done later)

jurplel added a commit that referenced this pull request Oct 30, 2024
will go after #200

Signed-off-by: Alex Chi <[email protected]>
Co-authored-by: Benjamin Owad <[email protected]>
@jurplel
Copy link
Member Author

jurplel commented Oct 30, 2024

An argument could be made I think to separate the ColumnRef property too, but i'll leave it for now

@jurplel jurplel enabled auto-merge (squash) October 30, 2024 02:17
@jurplel jurplel disabled auto-merge October 30, 2024 02:17
@jurplel jurplel enabled auto-merge (squash) October 30, 2024 02:17
@jurplel jurplel merged commit 75253cf into main Oct 30, 2024
1 check passed
@jurplel jurplel deleted the bowad/cost-model-separation branch October 30, 2024 02:32
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.

2 participants