[FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com> Co-authored-by: tino247 <tino247@126.com> Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
@ -30,7 +30,7 @@ uint64_t ObStmtResolver::generate_table_id()
|
||||
if (NULL != params_.query_ctx_) {
|
||||
return params_.query_ctx_->available_tb_id_--;
|
||||
} else {
|
||||
LOG_WARN("query ctx pointer is null");
|
||||
LOG_WARN_RET(OB_ERR_UNEXPECTED, "query ctx pointer is null");
|
||||
return OB_INVALID_ID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user