simicd commented on PR #580: URL: https://github.com/apache/arrow-datafusion-python/pull/580#issuecomment-1937274897
Thanks for the feedback @andygrove, sure will do that. Background: The changes were required to make it work (on Windows, not sure if Linux has those issues too): - Initially I couldn't pip install requirements-310.txt because Datafusion 0.35.0 seems to rely on pyarrow >= 11.0, the current requirements-310.txt still lists pyarrow 6.0 - Once I added that one of the unit tests failed in CI So I thought I leave these changes in to make the builds reproducible. I will now limit the changes to docs only and raise a separate ticket & PR for the remaining issue(s). -- 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]
