Xuanwo commented on code in PR #567: URL: https://github.com/apache/iceberg-rust/pull/567#discussion_r1721539926
########## crates/iceberg/src/lib.rs: ########## @@ -18,6 +18,7 @@ //! Native Rust implementation of Apache Iceberg #![deny(missing_docs)] +#![feature(test)] Review Comment: Hi, iceberg needs to run on stable Rust, so we can't introduce nightly features. Please consider moving those benchmarks out. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
