renato2099 commented on PR #1414: URL: https://github.com/apache/datafusion-python/pull/1414#issuecomment-4063850532
one minor comment I have is that atm the util package is not very "lightweight" (not that it is a goal right now) but just putting it out there ... I think that the way we have the util package atm could lead to dependency leakages when/if imported from other modules , maybe at some point in the future we might want to have some even smaller crates like ``` arrow-util -> dependencies: arrow ffi-util -> dependencies: arrow, pyo3 async-util -> dependencies: tokio ``` but yeah maybe for when/if it comes 👍 -- 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]
