Skip to content

Commit

Permalink
Fix rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketkedia committed Aug 29, 2024
1 parent b5c58ef commit cfd1022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ impl SingleColumnStorage<Vec<u32>> {
"value",
arrow::datatypes::DataType::List(Arc::new(Field::new(
"item",
arrow::datatypes::DataType::Int32,
arrow::datatypes::DataType::UInt32,
true,
))),
true,
Expand Down

0 comments on commit cfd1022

Please sign in to comment.