change code owner

This commit is contained in:
jingtaoye35 2024-11-07 12:44:01 +00:00 committed by ob-robot
parent 59b2835a75
commit 0ffe32ffe0
2 changed files with 4 additions and 4 deletions

View File

@ -30178,7 +30178,7 @@ def_table_schema(
)
def_table_schema(
owner = 'yejingtao.yjt',
owner = 'sean.yyj',
database_id = 'OB_INFORMATION_SCHEMA_ID',
table_name = 'TABLE_PRIVILEGES',
table_id = '21347',
@ -30312,7 +30312,7 @@ def_table_schema(
)
def_table_schema(
owner = 'yejingtao.yjt',
owner = 'sean.yyj',
database_id = 'OB_INFORMATION_SCHEMA_ID',
table_name = 'USER_PRIVILEGES',
table_id = '21348',
@ -30512,7 +30512,7 @@ def_table_schema(
)
def_table_schema(
owner = 'yejingtao.yjt',
owner = 'sean.yyj',
database_id = 'OB_INFORMATION_SCHEMA_ID',
table_name = 'SCHEMA_PRIVILEGES',
table_id = '21349',

View File

@ -281,7 +281,7 @@ int ObValuesTableCompression::try_batch_exec_params(ObIAllocator &allocator,
fp_result.values_tokens_.empty() ||
!GCONF._enable_values_table_folding) {
/* do nothing */
/* TODO NOTE@yejingtao.yjt: remove following upgrade checking after next barrier version */
/* TODO NOTE@sean.yyj: remove following upgrade checking after next barrier version */
} else if (GET_MIN_CLUSTER_VERSION() < CLUSTER_VERSION_4_2_1_2 ||
!is_support_compress_values_table(pc_ctx.raw_sql_)) {
/* do nothing */