kylebarron commented on PR #1222:
URL: 
https://github.com/apache/datafusion-python/pull/1222#issuecomment-3275815833

   > > I would strongly advocate for less direct integration with pyarrow, not 
more. Pyarrow is a massive dependency, while the Arrow PyCapsule Interface 
should allow for better decentralized sharing of Arrow data.
   > 
   > I will work on this as a follow-up task.
   
   Amazing. Happy to review as well. I think it's fine to have _some_ methods 
that specifically convert to a pyarrow record batch/table. But we should call 
`import pyarrow` conditionally so that pyarrow doesn't need to be a required 
dependency all the time.


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