提交 50032ec9 编写于 作者: T tj0 提交者: LINGuanRen

Fix WhiteScan deadcode

上级 b5f5f6a8
......@@ -533,9 +533,6 @@ int ObPxFifoReceive::get_one_row_from_channels(
}
}
}
if (OB_SUCC(ret) && !got_row) {
ret = OB_EAGAIN;
}
return ret;
}
......
......@@ -451,10 +451,7 @@ int ObDistributedTaskSpliter::init_table_locations(ObPhyOperator* root_op)
if (PHY_MV_TABLE_SCAN == scan_op->get_type()) {
const ObMVTableScan* mv_scan_op = static_cast<const ObMVTableScan*>(scan_op);
table_loc = NULL;
if (OB_ISNULL(mv_scan_op)) {
ret = OB_ERR_UNEXPECTED;
LOG_ERROR("mv scan op is NULL", K(ret), K(scan_op), K(mv_scan_op));
} else if (OB_FAIL(ObTaskExecutorCtxUtil::get_phy_table_location(*exec_ctx_,
if (OB_FAIL(ObTaskExecutorCtxUtil::get_phy_table_location(*exec_ctx_,
mv_scan_op->get_right_table_location_key(),
mv_scan_op->get_right_table_location_key(),
table_loc))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册