linhr commented on issue #15072: URL: https://github.com/apache/datafusion/issues/15072#issuecomment-2786105334
I'm working with @shehabgamin to test the latest main branch against Sail. The work is tracked here: <https://github.com/lakehq/sail/pull/434> So far I've tested the commit `4ae0ede` and here are my findings: 1. The deprecated methods in `ScalarUDFImpl` have been removed so the downstream projects need adjustments if they are still using the deprecated methods for UDF invocation. 2. Empty join condition is now considered an error in `LogicalPlanBuilder::join_on()` and `LogicalPlanBuilder::join_detailed()` (#15334). I assume these are expected breaking changes, so no action items are needed for them in DataFusion. Besides those, I did not find regressions after the upgrade. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org