提交 a5bdc375 编写于 作者: A Alexey Milovidov

Fix Arcadia #10569

上级 e37c649b
......@@ -109,7 +109,7 @@ std::unique_ptr<IMergeTreeIndex> bloomFilterIndexCreatorNew(
if (!attach) /// This is for backward compatibility.
throw Exception("BloomFilter index cannot have more than one parameter.", ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH);
arguments->children.erase(++arguments->children.begin(), arguments->children.end());
arguments->children = { arguments->children[0] };
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册