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

Fix bug, subsequent work #1

Merged

Conversation

mustafasrepo
Copy link

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@mustafasrepo mustafasrepo marked this pull request as draft June 25, 2024 14:05
Copy link

@ozankabak ozankabak left a comment

Choose a reason for hiding this comment

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

Minor comments, let's address and will be ready

datafusion/physical-expr/src/equivalence/ordering.rs Outdated Show resolved Hide resolved
datafusion/physical-expr/src/equivalence/properties.rs Outdated Show resolved Hide resolved
datafusion/physical-expr/src/equivalence/properties.rs Outdated Show resolved Hide resolved
datafusion/physical-expr/src/equivalence/properties.rs Outdated Show resolved Hide resolved
datafusion/physical-expr/src/lib.rs Outdated Show resolved Hide resolved
datafusion/physical-plan/src/repartition/mod.rs Outdated Show resolved Hide resolved
@@ -80,7 +80,7 @@ pub struct SortPreservingMergeExec {
impl SortPreservingMergeExec {
/// Create a new sort execution plan
pub fn new(expr: Vec<PhysicalSortExpr>, input: Arc<dyn ExecutionPlan>) -> Self {

Choose a reason for hiding this comment

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

Maybe we can use the LexOrdering alias here?

datafusion/physical-plan/src/union.rs Outdated Show resolved Hide resolved
datafusion/physical-plan/src/windows/mod.rs Outdated Show resolved Hide resolved
@mustafasrepo mustafasrepo marked this pull request as ready for review June 27, 2024 15:06
@mustafasrepo mustafasrepo merged commit 0cb86b9 into yfy-:optimizer-sanity-checker Jun 27, 2024
@mustafasrepo
Copy link
Author

We decided to continue with a single PR. Hence I merged content of this PR into you branch. Closing this PR.

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.

3 participants