mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
fix build
This commit is contained in:
parent
82888b5c4d
commit
edc6267e3f
@ -250,9 +250,9 @@ private:
|
||||
unit.segment.resize(10 * DBMS_DEFAULT_BUFFER_SIZE);
|
||||
|
||||
/// TODO: Implement proper nextImpl
|
||||
BufferWithOutsideMemory<WriteBuffer> out(unit.segment);
|
||||
BufferWithOutsideMemory<WriteBuffer> out_buffer(unit.segment);
|
||||
|
||||
auto formatter = internal_formatter_creator(out);
|
||||
auto formatter = internal_formatter_creator(out_buffer);
|
||||
|
||||
formatter->consume(std::move(unit.chunk));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user