Skip to content

Commit 484fa2e

Browse files
Nit
1 parent 9ef30a2 commit 484fa2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parquet-variant-compute/src/variant_to_arrow.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,7 @@ impl<'a> VariantToUuidArrowRowBuilder<'a> {
559559
Ok(false)
560560
}
561561
None => Err(ArrowError::CastError(format!(
562-
"Failed to extract UUID from variant {:?}",
563-
value
562+
"Failed to extract UUID from variant {value:?}",
564563
))),
565564
}
566565
}

0 commit comments

Comments
 (0)