提交 57b097ae 编写于 作者: O obdev 提交者: wangzelin.wzl

[CP] fix resolve order by item bug

上级 304544f4
......@@ -1559,6 +1559,8 @@ int ObSelectResolver::resolve_literal_order_item(const ParseNode &sort_node, ObR
int ret = OB_SUCCESS;
if (!is_oracle_mode()) {
// nothing to do
} else if (T_OBJ_ACCESS_REF == sort_node.type_) {
//do nothing
} else if (OB_ISNULL(expr)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("expr is null", K(ret));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册