mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Update InterpreterAlterQuery.h
This commit is contained in:
parent
050f1d4b0a
commit
0d2b1f6b6b
@ -105,7 +105,6 @@ private:
|
|||||||
const WeightedZooKeeperPaths & weighted_zookeeper_paths_, const ASTPtr & sharding_key_expr_,
|
const WeightedZooKeeperPaths & weighted_zookeeper_paths_, const ASTPtr & sharding_key_expr_,
|
||||||
bool do_copy_, const Field & coordinator_)
|
bool do_copy_, const Field & coordinator_)
|
||||||
{
|
{
|
||||||
|
|
||||||
PartitionCommand res;
|
PartitionCommand res;
|
||||||
res.type = RESHARD_PARTITION;
|
res.type = RESHARD_PARTITION;
|
||||||
res.partition = first_partition_;
|
res.partition = first_partition_;
|
||||||
|
Loading…
Reference in New Issue
Block a user