Update getSourceFromFromASTInsertQuery.cpp

This commit is contained in:
tavplubix 2021-08-17 21:15:44 +03:00 committed by GitHub
parent 3fc0e577e3
commit baaaf996c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,8 @@ Pipe getSourceFromFromASTInsertQuery(
const auto in_file = in_file_node.value.safeGet<std::string>();
input_buffer = wrapReadBufferWithCompressionMethod(std::make_unique<ReadBufferFromFile>(in_file), chooseCompressionMethod(in_file, ""));
} else
}
else
{
ConcatReadBuffer::ReadBuffers buffers;
if (ast_insert_query->data)