sunchao commented on code in PR #1: URL: https://github.com/apache/arrow-datafusion-comet/pull/1#discussion_r1465710384
########## rust-toolchain: ########## @@ -0,0 +1 @@ +nightly-2023-09-05 Review Comment: Yes, at this time it requires nightly Rust to compile. We started with stable Rust but at some point introduced some nightly-only features like "specialization". I think it is very easy to remove the dependency though - we can switch back to stable Rust later. -- 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]
