From 0ffe32ffe0070ba28cfc80ed7a281d9e161ab1cd Mon Sep 17 00:00:00 2001 From: jingtaoye35 <1255153887@qq.com> Date: Thu, 7 Nov 2024 12:44:01 +0000 Subject: [PATCH] change code owner --- src/share/inner_table/ob_inner_table_schema_def.py | 6 +++--- src/sql/plan_cache/ob_values_table_compression.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/share/inner_table/ob_inner_table_schema_def.py b/src/share/inner_table/ob_inner_table_schema_def.py index 09f8efed7..61d6805a5 100755 --- a/src/share/inner_table/ob_inner_table_schema_def.py +++ b/src/share/inner_table/ob_inner_table_schema_def.py @@ -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', diff --git a/src/sql/plan_cache/ob_values_table_compression.cpp b/src/sql/plan_cache/ob_values_table_compression.cpp index e065a6a09..de7bf6444 100644 --- a/src/sql/plan_cache/ob_values_table_compression.cpp +++ b/src/sql/plan_cache/ob_values_table_compression.cpp @@ -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 */