-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Prepare 40.0.0 Release #11343
Prepare 40.0.0 Release #11343
Conversation
dev/changelog/40.0.0.md
Outdated
|
||
- fix: remove the Sized requirement on ExecutionPlan::name() [#11047](https://github.com/apache/datafusion/pull/11047) (waynexia) | ||
- Return `&Arc` reference to inner trait object [#11103](https://github.com/apache/datafusion/pull/11103) (linhr) | ||
- remove `derive(Copy)` from `Operator` [#11132](https://github.com/apache/datafusion/pull/11132) (samuelcolvin) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we reverted this PR we can probably remove it as a breaking change too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 it might be good to list the other PRs related to porting aggregate UDFs here too
I tagged a few more PRs with breaking change in case you happen to rerun the changelog generator
Thanks @andygrove 🙏 |
Approving so as to avoid blocking this PR waiting on review (there is the 3 day waiting period prior to release anyways, when it can be reviewed more thoroughly if necessary) |
Which issue does this PR close?
Part of #11077
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?