PATCH bugfix to opensource branch

This commit is contained in:
obdev
2021-07-19 22:33:13 +08:00
committed by wangzelin.wzl
parent 5b5c04ff49
commit e03cb03357
34 changed files with 1471 additions and 1150 deletions

View File

@ -681,6 +681,7 @@ int ObLogTableScan::extract_access_exprs(
expr = static_cast<ObColumnRefRawExpr*>(raw_expr);
} else if (OB_FAIL(ObRawExprUtils::build_column_expr(opt_ctx->get_expr_factory(), *column_schema, expr))) {
LOG_WARN("build column expr failed", K(ret));
} else if (FALSE_IT(expr->set_table_id(get_table_id()))) {
} else if (OB_ISNULL(expr)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("expr is null", K(col_idx), K(ret));