timsaucer opened a new pull request, #15581: URL: https://github.com/apache/datafusion/pull/15581
## Which issue does this PR close? This addresses part of #14562 ## Rationale for this change We currently have support for user defined scalar functions. Aggregates and Windows are underway. This PR adds user defined table functions. ## What changes are included in this PR? - Implement the user FFI crate requirements. - Adds one round trip unit test. - Adds one full integration test where different shared library is used. ## Are these changes tested? Yes, tests added to the PR. ## Are there any user-facing changes? None, but additional APIs are now available. -- 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