shehabgamin commented on issue #17558: URL: https://github.com/apache/datafusion/issues/17558#issuecomment-3499697794
> I made a PR to upgrade delta.rs and I didn't find anything show stopping > > * [feat: update to DataFusion 51.0.0 delta-io/delta-rs#3921](https://github.com/delta-io/delta-rs/pull/3921) @alamb We should coordinate on the next release. It looks like we can save some duplicated effort: https://github.com/lakehq/delta-rs/pull/2 ## Testing With Sail @lonless9 made a PR to upgrade to DataFusion 51: https://github.com/lakehq/sail/pull/1031 ### Breaking Changes - PyO3 - Tonic ### Regressions One of our tests related to window functions is failing with the error: ``` Expects PARTITION BY expression to be ordered ``` Here is the test in question: https://github.com/lakehq/sail/blob/8bc2a05d595f02aba3a23fcd26aef81df36a7b96/python/pysail/tests/spark/test_execution.py#L124-L148 We likely won’t have the bandwidth to dig deeper in time for the release, but it’s something worth looking into, IMO. -- 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]
