Bugfix for ObDecimalIntType

This commit is contained in:
obdev
2024-02-07 10:43:37 +00:00
committed by ob-robot
parent 7fc78f5b9d
commit b414155cd5
11 changed files with 258 additions and 83 deletions

View File

@ -4332,6 +4332,7 @@ int ObSelectResolver::check_grouping_columns(ObSelectStmt &stmt, ObRawExpr *&exp
ObStmtCompareContext questionmark_checker;
questionmark_checker.reset();
questionmark_checker.override_const_compare_ = true;
questionmark_checker.ora_numeric_compare_ = true;
if (OB_ISNULL(params_.query_ctx_)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("unexpected null pointer.", K(ret));