dbr commented on code in PR #2855: URL: https://github.com/apache/arrow-datafusion/pull/2855#discussion_r920095963
########## datafusion/src/lib.rs: ########## @@ -1,3 +1,4 @@ +#![feature(assert_matches)] Review Comment: It's not clear why this is added - it makes the library only compile on nightly toolchain, and seems to work fine with the line removed (at least with Rust 1.60) -- 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]
