提交 26158ebc 编写于 作者: N Nikolai Kochetov

Fix tests

上级 e2f826c2
......@@ -13,7 +13,7 @@ namespace
class FunctionBlockSerializedSize : public IFunction
{
public:
static constexpr auto name = "columnsSerializedSize";
static constexpr auto name = "blockSerializedSize";
static FunctionPtr create(const Context &)
{
......
......@@ -14,7 +14,7 @@ namespace
class FunctionBlockSize : public IFunction
{
public:
static constexpr auto name = "columnsSize";
static constexpr auto name = "blockSize";
static FunctionPtr create(const Context &)
{
return std::make_shared<FunctionBlockSize>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册