mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix
This commit is contained in:
parent
4213ec609f
commit
278c76f85a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user