Re: [I] DF 48 upgrade guide missing window function breaking change [datafusion]
Omega359 closed issue #16326: DF 48 upgrade guide missing window function breaking change URL: https://github.com/apache/datafusion/issues/16326 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] DF 48 upgrade guide missing window function breaking change [datafusion]
alamb commented on issue #16326: URL: https://github.com/apache/datafusion/issues/16326#issuecomment-2961213135 I believe this was fixed in - https://github.com/apache/datafusion/pull/16313 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[I] DF 48 upgrade guide missing window function breaking change [datafusion]
Omega359 opened a new issue, #16326: URL: https://github.com/apache/datafusion/issues/16326 ### Is your feature request related to a problem or challenge? `Expr::WindowFunction` prior to DF 48 accepted a `WindowFunction`, now requires a `Box` ### Describe the solution you'd like Update the upgrade doc to note the change. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
