batch patch to opensource
This commit is contained in:
@ -229,7 +229,6 @@ int ObRepartSliceIdxCalc::get_previous_row_partition_id(ObObj& partition_id)
|
||||
int ObSlaveMapRepartIdxCalcBase::init()
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
|
||||
if (OB_FAIL(ObRepartSliceIdxCalc::init())) {
|
||||
LOG_WARN("fail init base", K(ret));
|
||||
}
|
||||
@ -446,7 +445,6 @@ int ObRepartSliceIdxCalc::build_repart_ch_map(ObPxPartChMap& affinity_map)
|
||||
LOG_WARN("fail create hashmap", "count", part_ch_array.count(), K(ret));
|
||||
}
|
||||
|
||||
|
||||
int64_t partition_id = common::OB_INVALID_INDEX_INT64;
|
||||
ARRAY_FOREACH_X(part_ch_array, idx, cnt, OB_SUCC(ret))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user