fix some bugs
This commit is contained in:
		| @ -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(); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 ChangerR
					ChangerR