fix view column nullable deduce wrong

This commit is contained in:
18523270951@163.com
2024-04-08 05:24:23 +00:00
committed by ob-robot
parent 5ad1102423
commit b5792241c1
2 changed files with 3 additions and 6 deletions

View File

@ -748,7 +748,7 @@ int ObRowStore::add_row_by_projector(const ObNewRow &row,
break; // done
}
} // end while
if (3 < retry) {
if (OB_SUCC(ret) && 3 < retry) {
ret = OB_ERR_UNEXPECTED;
OB_LOG(ERROR, "unexpected branch");
}