Skip to content

Commit 6d7bbe0

Browse files
committed
chore: cargo clippy fix
1 parent f4a66a0 commit 6d7bbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/writer/file_writer/parquet_writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ mod tests {
13541354
ListArray::new(
13551355
{
13561356
if let DataType::List(field) = struct_list_fields_schema
1357-
.get(0)
1357+
.first()
13581358
.expect("could not find first list field")
13591359
.data_type()
13601360
{

0 commit comments

Comments
 (0)