We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b74d4 commit bb6834aCopy full SHA for bb6834a
src/query/storages/fuse/src/io/read/meta/meta_readers.rs
@@ -183,7 +183,7 @@ mod thrift_file_meta_read {
183
184
if file_size < HEADER_SIZE + FOOTER_SIZE {
185
return Err(Error::OutOfSpec(
186
- "A parquet file must containt a header and footer with at least 12 bytes".into(),
+ "A parquet file must contain a header and footer with at least 12 bytes".into(),
187
));
188
}
189
0 commit comments