未验证 提交 9f72c280 编写于 作者: A alexey-milovidov 提交者: GitHub

Update InterpreterInsertQuery.cpp

上级 231e6797
......@@ -175,7 +175,7 @@ BlockIO InterpreterInsertQuery::execute()
throw Exception(
"Expected exactly one connection for shard " + toString(shard_info.shard_num), ErrorCodes::LOGICAL_ERROR);
/// INSERT SELECT querie return empty block
/// INSERT SELECT query returns empty block
auto in_stream = std::make_shared<RemoteBlockInputStream>(*connections.front(), new_query_str, Block{}, context);
in_streams.push_back(in_stream);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册