update comment

This commit is contained in:
wxhwang
2022-11-04 11:35:55 +00:00
committed by wangzelin.wzl
parent a28b52781f
commit c27891ea08
11 changed files with 17 additions and 15 deletions

View File

@ -354,7 +354,9 @@ int ObBackupCheckFile::generate_format_desc_(const share::ObBackupDest &dest, sh
int ret = OB_SUCCESS;
schema::ObSchemaGetterGuard schema_guard;
const schema::ObTenantSchema *tenant_schema = nullptr;
// TODO: wangxiaohui.wxh, pass GCONF and GCTX to class.
// TODO: pass GCONF and GCTX to class.
if (OB_ISNULL(GCTX.schema_service_)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("invalid argument", K(ret), K(GCTX.schema_service_));