v0y4g3r commented on code in PR #2855: URL: https://github.com/apache/arrow-datafusion/pull/2855#discussion_r920698761
########## datafusion/src/lib.rs: ########## @@ -1,3 +1,4 @@ +#![feature(assert_matches)] Review Comment: `assert_macthes` was used in unit test to check error variant. I removed this nightly-only feature in latest commit. -- 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]
