fix insert partition wise plan bug
This commit is contained in:
@ -188,7 +188,7 @@ int ObLogInsert::compute_sharding_info()
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("get unexpected null", K(ret));
|
||||
} else if (NULL != get_sharding()) {
|
||||
is_partition_wise_ = true;
|
||||
//do nothing
|
||||
} else if (is_multi_part_dml()) {
|
||||
strong_sharding_ = get_plan()->get_optimizer_context().get_local_sharding();
|
||||
} else if (OB_FAIL(ObLogDelUpd::compute_sharding_info())) {
|
||||
|
||||
Reference in New Issue
Block a user