mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Fix resetParser in MsgPack format
This commit is contained in:
parent
1be84d80d4
commit
764e205d36
@ -37,7 +37,7 @@ MsgPackRowInputFormat::MsgPackRowInputFormat(const Block & header_, std::unique_
|
||||
void MsgPackRowInputFormat::resetParser()
|
||||
{
|
||||
IRowInputFormat::resetParser();
|
||||
buf.reset();
|
||||
buf->reset();
|
||||
visitor.reset();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user