fix:query bug,under multivalue index created,create access path report errorcode
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user