mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fix tests
This commit is contained in:
parent
e2f826c22d
commit
26158ebc94
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user