remove shuffled server list of temp table

This commit is contained in:
xianyu-w
2023-08-31 13:10:50 +00:00
committed by ob-robot
parent 895157da23
commit 386d16f1a1
2 changed files with 13 additions and 2 deletions

View File

@ -1229,7 +1229,6 @@ int ObLogicalOperator::check_property_valid() const
{
int ret = OB_SUCCESS;
if (OB_UNLIKELY(ObGlobalHint::DEFAULT_PARALLEL > get_parallel()
|| get_server_list().empty()
|| get_server_cnt() < 1)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("has invalid parallel or server info", K(ret), K(get_parallel()),