timsaucer opened a new issue, #1395:
URL: https://github.com/apache/datafusion-python/issues/1395

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   The design pattern we are suggesting is that users who are creating their 
extensions to be used with datafusion-python do not depend on this crate 
directly. Instead we recommend they depend on the upstream datafusion 
repository. We have some utility functions that may be very helpful so that 
users don't need to copy them into their code. We should break this repo into a 
workspace with a crate for these utility functions.
   
   **Describe the solution you'd like**
   
   Create a crate for utility functions with things like 
`ffi_logical_codec_from_pycapsule` and so forth.
   
   **Describe alternatives you've considered**
   
   Continue to expect users to duplicate our examples in their code.
   
   **Additional context**
   
   If we do this then we can make the ffi example part of the workspace which 
may simplify a few things.
   


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

Reply via email to