ion-elgreco commented on issue #1227: URL: https://github.com/apache/datafusion-python/issues/1227#issuecomment-3313444410
> 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. Where we return a pyarrow type we either need to remove it and implement on the Datafusion type directly, for example for the schema we just need to have it be a Datafusion.schema that's how I mentioned it in the initial issue when I had time :p -- 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]
