Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Feb 18, 2024
1 parent ec4ba70 commit eed7060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/src/types/fields.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mod tests {
("v7", DataType::Bytea),
("v8", DataType::List(Box::new(DataType::Int16))),
("v9", DataType::List(Box::new(DataType::Int64))),
// ("v10", DataType::List(Box::new(DataType::Float32))),
("v10", DataType::List(Box::new(DataType::Float32))),
("v11", DataType::Timestamp),
(
"v14",
Expand Down

0 comments on commit eed7060

Please sign in to comment.