mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update getSourceFromFromASTInsertQuery.cpp
This commit is contained in:
parent
3fc0e577e3
commit
baaaf996c2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user