mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
fix building
This commit is contained in:
parent
38020a33e4
commit
0eef092ded
@ -23,7 +23,6 @@ namespace ErrorCodes
|
|||||||
{
|
{
|
||||||
extern const int BAD_ARGUMENTS;
|
extern const int BAD_ARGUMENTS;
|
||||||
extern const int LOGICAL_ERROR;
|
extern const int LOGICAL_ERROR;
|
||||||
extern const int CANNOT_CREATE_DIRECTORY;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RemoteCacheController::loadInnerInformation(const fs::path & file_path)
|
bool RemoteCacheController::loadInnerInformation(const fs::path & file_path)
|
||||||
|
@ -371,7 +371,7 @@ ASTPtr StorageHive::extractKeyExpressionList(const ASTPtr & node)
|
|||||||
/// Primary key consists of one column.
|
/// Primary key consists of one column.
|
||||||
auto res = std::make_shared<ASTExpressionList>();
|
auto res = std::make_shared<ASTExpressionList>();
|
||||||
res->children.push_back(node);
|
res->children.push_back(node);
|
||||||
return std::move(res);
|
return res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user