Xuanwo commented on code in PR #445:
URL: https://github.com/apache/iceberg-rust/pull/445#discussion_r1667358433


##########
Makefile:
##########
@@ -19,25 +19,31 @@
 
 RUST_LOG = debug
 
+RUST_NIGHTLY_CHANNEL = nightly-2024-06-10

Review Comment:
   Hi, my current plan is we have three rust version that need to test:
   
   - Development: the nightly version we picked to develop. The commit could be 
stable or MSRV.
   - MSRV: the MSRV we promised for downstream users.
   - Stable: the latest stable version of rust.
   
   We can use the Development version for developing, and make sure other two 
versions built, checked, tested in our CI.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to