Re: [PR] docs: Fix create_udf examples [datafusion]

2025-02-03 Thread via GitHub
alamb commented on PR #14405: URL: https://github.com/apache/datafusion/pull/14405#issuecomment-2630771319 Thank you @nuno-faria and @comphead BTW I filed - https://github.com/apache/datafusion/issues/14435 To track automatically testing all these examples as part of CI --

Re: [PR] docs: Fix create_udf examples [datafusion]

2025-02-02 Thread via GitHub
comphead merged PR #14405: URL: https://github.com/apache/datafusion/pull/14405 -- 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...@dataf

[PR] docs: Fix create_udf examples [datafusion]

2025-02-01 Thread via GitHub
nuno-faria opened a new pull request, #14405: URL: https://github.com/apache/datafusion/pull/14405 ## Which issue does this PR close? Closes #14404. ## Rationale for this change Provide examples using the most up-to-date API. ## What changes are inc