dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com> Co-authored-by: xianyu-w <707512433@qq.com>
This commit is contained in:
@ -422,17 +422,4 @@ int ObLogSort::compute_op_ordering()
|
||||
is_local_order_ = false;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObLogSort::generate_link_sql_post(GenLinkStmtPostContext &link_ctx)
|
||||
{
|
||||
UNUSED(link_ctx);
|
||||
int ret = OB_SUCCESS;
|
||||
if (0 == dblink_id_) {
|
||||
// do nothing
|
||||
} else if (!startup_exprs_.empty()) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("set operator have startup filters when reverse spell dblink sql", K(ret));
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user