fix typos error
This commit is contained in:
@ -761,7 +761,7 @@ int ObRawExprResolverImpl::do_recursive_resolve(const ParseNode* node, ObRawExpr
|
|||||||
}
|
}
|
||||||
case T_FUN_SYS_ISNULL: {
|
case T_FUN_SYS_ISNULL: {
|
||||||
if (OB_FAIL(process_isnull_node(node, expr))) {
|
if (OB_FAIL(process_isnull_node(node, expr))) {
|
||||||
LOG_WARN("fail to process ifnull node", K(ret), K(node));
|
LOG_WARN("fail to process isnull node", K(ret), K(node));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -773,7 +773,7 @@ int ObRawExprResolverImpl::do_recursive_resolve(const ParseNode* node, ObRawExpr
|
|||||||
}
|
}
|
||||||
case T_FUN_SYS_JSON_VALUE: {
|
case T_FUN_SYS_JSON_VALUE: {
|
||||||
if (OB_FAIL(process_json_value_node(node, expr))) {
|
if (OB_FAIL(process_json_value_node(node, expr))) {
|
||||||
LOG_WARN("fail to process lnnvl node", K(ret), K(node));
|
LOG_WARN("fail to process json value node", K(ret), K(node));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user