提交 5f0ce95c 编写于 作者: Y ym0 提交者: wangzelin.wzl

fix remote async execute -4006

上级 a24b0eb4
......@@ -227,7 +227,9 @@ int ObAsyncExecuteResult::get_next_row(ObExecContext& ctx, const ObNewRow*& row)
{
UNUSED(ctx);
int ret = OB_SUCCESS;
if (OB_ISNULL(cur_row_)) {
if (field_count_ <= 0) {
ret = OB_ITER_END;
} else if (OB_ISNULL(cur_row_)) {
ret = OB_NOT_INIT;
LOG_WARN("scanner is invalid", K(ret));
} else if (nullptr == spec_) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册