Amogh-2404 opened a new pull request, #23906: URL: https://github.com/apache/datafusion/pull/23906
## Which issue does this PR close? Part of #22328. ## Rationale for this change `ForeignTableProvider` currently inherits the default DML methods, so producer overrides are lost across the FFI boundary and writable tables appear read-only. ## What changes are included in this PR? - Forward `delete_from`, `update`, and `truncate` through `FFI_TableProvider`. - Add forced-foreign unit coverage and cross-library integration coverage. ## Are these changes tested? Yes; `datafusion-ffi` unit and cross-library integration tests pass. ## Are there any user-facing changes? Yes. Foreign table providers retain producer-side DML support. The `FFI_TableProvider` layout changes and requires the `api change` label. -- 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]
