fix:query bug,under multivalue index created,create access path report errorcode

This commit is contained in:
obdev
2024-04-25 08:40:31 +00:00
committed by ob-robot
parent 282f493cb0
commit 4cb79d3efd
9 changed files with 46 additions and 21 deletions

View File

@ -44,9 +44,6 @@ int ObExprJsonOverlaps::calc_result_type2(ObExprResType &type,
type.set_precision(DEFAULT_PRECISION_FOR_BOOL);
type.set_scale(ObAccuracy::DDL_DEFAULT_ACCURACY[ObIntType].scale_);
if (OB_FAIL(ObJsonExprHelper::is_valid_for_json(type2, 2, N_JSON_OVERLAPS))) {
LOG_WARN("wrong type for json doc.", K(ret), K(type2.get_type()));
}
return ret;
}