Skip to content

Commit 11ffd40

Browse files
committed
Fixed test case
1 parent 1d55ade commit 11ffd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet-variant-compute/src/variant_to_arrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ impl<'a> VariantToFixedSizeListArrowRowBuilder<'a> {
10711071
Ok(false)
10721072
}
10731073
_ => Err(ArrowError::CastError(format!(
1074-
"Failed to extract fixed size list from variant {:?}",
1074+
"Failed to extract list from variant {:?}",
10751075
value
10761076
))),
10771077
}

0 commit comments

Comments
 (0)