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

Revert "remove derive(Copy) from Operator (#11132)" #11341

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 8, 2024

This reverts commit b468ba7.

Which issue does this PR close?

Rationale for this change

We originally made this change in #11132 as we thought it was necessary for user defined sql extensions (#11207) but we eventually went with a different approach (specifically #11180 from @jayzhan211 )

Thus I think this change is unnecessary and since it is a breaking API change it will cause unnecessary issues on upgrade for users.

Let's revert it

What changes are included in this PR?

This reverts commit b468ba7 / #11132

Are these changes tested?

Yes, by CI / clippy

Are there any user-facing changes?

Revert what I think is an uncessary API change

cc @samuelcolvin and @andygrove

@alamb alamb marked this pull request as ready for review July 8, 2024 20:50
@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Physical Expressions optimizer Optimizer rules core Core DataFusion crate substrait labels Jul 8, 2024
Copy link
Contributor

@samuelcolvin samuelcolvin left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @alamb

@andygrove andygrove merged commit a6898d3 into apache:main Jul 9, 2024
23 checks passed
@alamb alamb deleted the alamb/revert_clone branch July 9, 2024 20:04
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jul 18, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Physical Expressions substrait
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants