mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
Fix tests
This commit is contained in:
parent
e2f826c22d
commit
26158ebc94
@ -13,7 +13,7 @@ namespace
|
|||||||
class FunctionBlockSerializedSize : public IFunction
|
class FunctionBlockSerializedSize : public IFunction
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static constexpr auto name = "columnsSerializedSize";
|
static constexpr auto name = "blockSerializedSize";
|
||||||
|
|
||||||
static FunctionPtr create(const Context &)
|
static FunctionPtr create(const Context &)
|
||||||
{
|
{
|
||||||
|
@ -14,7 +14,7 @@ namespace
|
|||||||
class FunctionBlockSize : public IFunction
|
class FunctionBlockSize : public IFunction
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static constexpr auto name = "columnsSize";
|
static constexpr auto name = "blockSize";
|
||||||
static FunctionPtr create(const Context &)
|
static FunctionPtr create(const Context &)
|
||||||
{
|
{
|
||||||
return std::make_shared<FunctionBlockSize>();
|
return std::make_shared<FunctionBlockSize>();
|
||||||
|
Loading…
Reference in New Issue
Block a user