fix some bugs

This commit is contained in:
ChangerR
2023-06-16 03:42:31 +00:00
committed by ob-robot
parent e9a0d16b1d
commit 49a8d8bb2b
10 changed files with 112 additions and 33 deletions

View File

@ -304,10 +304,9 @@ int ObLogSet::compute_sharding_info()
get_child_list(),
get_plan()->get_allocator(),
dup_table_pos_,
strong_sharding_))) {
strong_sharding_,
inherit_sharding_index_))) {
LOG_WARN("failed to compute basic sharding info", K(ret));
} else {
inherit_sharding_index_ = 0;
}
} else if (DistAlgo::DIST_PULL_TO_LOCAL == set_dist_algo_) {
strong_sharding_ = get_plan()->get_optimizer_context().get_local_sharding();