Fokko commented on PR #94: URL: https://github.com/apache/iceberg-rust/pull/94#issuecomment-1818816616
Looks like we have a sad clippy: ``` ``` error: argument to `panic!()` in a const context must have type `&str` --> crates/catalog/rest/src/catalog.rs:985:13 | 985 | uuid!("b55d9dda-6561-423a-8bfc-787980ce421f"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info) -- 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