This commit is contained in:
avogar 2023-03-13 18:23:51 +00:00
parent 4213ec609f
commit 278c76f85a

View File

@ -78,8 +78,6 @@ Chunk ParquetBlockInputFormat::generate()
}
else
{
current_record_batch_reader.reset();
file_reader.reset();
return {};
}
@ -91,6 +89,7 @@ void ParquetBlockInputFormat::resetParser()
IInputFormat::resetParser();
file_reader.reset();
current_record_batch_reader.reset();
column_indices.clear();
row_group_current = 0;
block_missing_values.clear();