alamb commented on issue #13827:
URL: https://github.com/apache/datafusion/issues/13827#issuecomment-2555690630

   I likely don't really understand FFI yet, but I *think* what is needed is 
that the FFI bindings used match the version of DataFusion that will use the 
TableProvider
   
   SO in this case if we merge https://github.com/apache/datafusion/pull/13823 
prior to releaseing 0.44.0 it will mean anyone who wants to use their table 
provider in 0.44 via FFI will hvae to update the FFI bindings. So to use a 
TableProvider based on DataFusion 43 someone will have to implement the 
DataFusion 44 bindings by calling the DataFusion 43 provider


-- 
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

Reply via email to