motion with segment policy must have Segment dist
Currently if Motion
is added, it always has Distribution::Replicated
. But if Motion
has policy Segment
then the table is sharded (each replica set will have only a part of table), which corresponds to Distribution::Segment
.
This mr fixes this.
Edited by Arseniy Volynets