kylebarron commented on issue #1227:
URL: 
https://github.com/apache/datafusion-python/issues/1227#issuecomment-3312729218

   First, let's establish a list of all the places where pyarrow is used. Where 
is it used as an input parameter and where is it used as a return type?
   
   Wherever pyarrow is used as an input parameter is pretty trivially replaced 
by the PyCapsule Interface, because the interface can accept pyarrow objects 
without us needing to depend on pyarrow as a dependency.
   
   Wherever it's used as a _return type_ is a little more tricky, because we 
need to return something.


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