kevinjqliu commented on PR #1851:
URL: https://github.com/apache/iceberg-rust/pull/1851#issuecomment-3525019740
looks like a clippy issue in CI
```
error: this function has too many arguments (8/7)
--> crates/iceberg/src/spec/manifest_list.rs:243:5
|
243 | / fn new(
244 | | format_version: FormatVersion,
245 | | output_file: OutputFile,
246 | | metadata: HashMap<String, String>,
... |
251 | | compression_level: u8,
252 | | ) -> Self {
| |_____________^
|
= help: for further information visit
https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: to override `-D warnings` add
`#[allow(clippy::too_many_arguments)]`
```
--
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]