alamb opened a new issue #1043: URL: https://github.com/apache/arrow-datafusion/issues/1043
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** DataFusion / Ballista can (and sometimes do) fail to compile or successfully execute all tests when run with a version of Rust other than the latest stable version. This can cause confusion, most recently on #1040 -- https://github.com/apache/arrow-datafusion/issues/1040#issuecomment-925545971 The docs do not appear to say anything about this policy https://github.com/apache/arrow-datafusion/search?l=YAML&q=stable **Describe the solution you'd like** Add a note to the docs that says DataFusion / Ballista are only tested with the latest stable version of rust **Additional context** I added a similar note to arrow-rs not too long ago, that we might be able to crib from: https://github.com/apache/arrow-rs/pull/726 -- 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]
