Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Sep 19, 2021
1 parent b26825e commit 9fdf174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/parquet/read/schema/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ mod tests {
.collect::<Vec<_>>();
assert_eq!(
names,
vec!["int64", "float64", "string", "bool", "date", "uint32"]
vec!["int64", "float64", "string", "bool", "date", "uint32", "string_large"]
);
Ok(())
}
Expand Down

0 comments on commit 9fdf174

Please sign in to comment.