davisp opened a new pull request, #14391: URL: https://github.com/apache/datafusion/pull/14391
This method was missing from the FFI bindings for use in datafusion-python extensions. ## Which issue does this PR close? Closes #14390. ## Rationale for this change Add missing method wrapper for `TableProvider::insert_into` in the FFI bindings. ## What changes are included in this PR? A wrapper for `TableProvider::insert_into` is added. ## Are these changes tested? Its tested as thoroughly as `TableProvider::scan`. ## Are there any user-facing changes? Previously wrapped `TableProvider` instances will now support `insert_into` which I guess would be user-facing? -- 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