liurenjie1024 commented on issue #1064: URL: https://github.com/apache/iceberg-rust/issues/1064#issuecomment-2713173278
> 1. iceberg-rust needs to work under stable rust, so we can't. > 2. `eval-macro` is relatively new. Do we have any other options? > 3. It looks like we only use `paste!()` here: > > https://github.com/apache/iceberg-rust/blob/cf780f437964494acd15d119ccdc2c63cc6633d8/crates/iceberg/src/arrow/schema.rs#L690C3-L692 > > will this be heavy work? Both 2 and 3 LGTM. The usage of `paste!` is to remove duplication, and it seems not much duplication as only `min/max` is used. -- 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