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 2b09db6 commit 16bf9b3Copy full SHA for 16bf9b3
server/src/storage/staging.rs
@@ -280,7 +280,7 @@ pub fn convert_disk_files_to_parquet(
280
}
281
282
writer.close()?;
283
- if parquet_file.metadata().unwrap().len() == 0 {
+ if parquet_file.metadata().unwrap().len() < parquet::file::FOOTER_SIZE as u64 {
284
log::error!(
285
"Invalid parquet file {:?} detected for stream {}, removing it",
286
&parquet_path,
0 commit comments