Fix build.

This commit is contained in:
Nikolai Kochetov 2020-05-20 22:08:20 +03:00
parent 1183bad4d0
commit bcd38ac207

View File

@ -1,4 +1,5 @@
#include <Processors/Formats/PullingOutputFormat.h>
#include <IO/WriteBuffer.h>
namespace DB
{
@ -8,6 +9,8 @@ namespace ErrorCodes
extern const int LOGICAL_ERROR;
}
WriteBuffer PullingOutputFormat::out(nullptr, 0);
void PullingOutputFormat::consume(Chunk chunk)
{
if (data)