kylebrooks-8451 opened a new issue, #13: URL: https://github.com/apache/arrow-datafusion-python/issues/13
Currently the build is failing due to the rust-toolchain file that is check in: ``` error: failed to select a version for the requirement `parquet = "^18.0.0"` candidate versions found which didn't match: 15.0.0, 14.0.0, 13.0.0, ... ``` Removing the rust-toolchain file fixes the issue. Do we need this file checked in? The original repo does not have it checked in. -- 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]
