austin362667 commented on issue #872: URL: https://github.com/apache/datafusion-python/issues/872#issuecomment-2352212813
Thanks @ozankabak I'm curious on the boundary, too. One of the goals in [Ray SQL](https://github.com/datafusion-contrib/ray-sql?tab=readme-ov-file#goals) is "Drive requirements for DataFusion's [Python bindings](https://github.com/apache/arrow-datafusion-python)". So my guess is that if we wanna use `datafusion-python` as a library for separate `datafusion-ray`, we might need to ensure APIs of `datafusion-ray` is a subset of `datafusion-python` APIs. Otherwise it'll not be able to easily expose complete bindings to python side via PyO3. -- 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]
