From 8376705cbd2ddc0ad47134a3a233b9abadf124a3 Mon Sep 17 00:00:00 2001 From: obdev Date: Sat, 28 Jan 2023 18:38:34 +0800 Subject: [PATCH] remove developer's work email address --- src/pl/sys_package/ob_json_element_type.h | 2 -- src/pl/sys_package/ob_json_object_type.h | 2 -- src/pl/sys_package/ob_json_pl_utils.h | 2 -- src/sql/engine/basic/ob_json_table_op.cpp | 2 -- src/sql/engine/basic/ob_json_table_op.h | 2 -- src/sql/engine/expr/ob_expr_is_json.cpp | 2 -- src/sql/engine/expr/ob_expr_is_json.h | 2 -- src/sql/engine/expr/ob_expr_json_equal.cpp | 2 -- src/sql/engine/expr/ob_expr_json_equal.h | 2 -- src/sql/engine/expr/ob_expr_json_exists.cpp | 3 --- src/sql/engine/expr/ob_expr_json_exists.h | 4 +--- src/sql/engine/expr/ob_expr_json_query.cpp | 4 ---- src/sql/engine/expr/ob_expr_json_query.h | 4 ---- src/sql/engine/expr/ob_expr_treat.cpp | 2 -- src/sql/engine/expr/ob_expr_treat.h | 2 -- src/sql/optimizer/ob_log_json_table.cpp | 2 -- src/sql/optimizer/ob_log_json_table.h | 2 -- 17 files changed, 1 insertion(+), 40 deletions(-) diff --git a/src/pl/sys_package/ob_json_element_type.h b/src/pl/sys_package/ob_json_element_type.h index 87a69eb165..7ef18dd221 100644 --- a/src/pl/sys_package/ob_json_element_type.h +++ b/src/pl/sys_package/ob_json_element_type.h @@ -8,8 +8,6 @@ * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v1 for more details. - * Authors: - * weiyouchao.wyc */ diff --git a/src/pl/sys_package/ob_json_object_type.h b/src/pl/sys_package/ob_json_object_type.h index 7ced365baa..7a90a29921 100644 --- a/src/pl/sys_package/ob_json_object_type.h +++ b/src/pl/sys_package/ob_json_object_type.h @@ -8,8 +8,6 @@ * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v1 for more details. - * Authors: - * weiyouchao.wyc */ diff --git a/src/pl/sys_package/ob_json_pl_utils.h b/src/pl/sys_package/ob_json_pl_utils.h index f711ea001f..fd74d29e38 100644 --- a/src/pl/sys_package/ob_json_pl_utils.h +++ b/src/pl/sys_package/ob_json_pl_utils.h @@ -8,8 +8,6 @@ * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v1 for more details. - * Authors: - * weiyouchao.wyc */ diff --git a/src/sql/engine/basic/ob_json_table_op.cpp b/src/sql/engine/basic/ob_json_table_op.cpp index 5ea5da3563..863db289cf 100644 --- a/src/sql/engine/basic/ob_json_table_op.cpp +++ b/src/sql/engine/basic/ob_json_table_op.cpp @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation support for the json table abstraction. - * Authors: - * weiyouchao.wyc */ #define USING_LOG_PREFIX SQL_ENG diff --git a/src/sql/engine/basic/ob_json_table_op.h b/src/sql/engine/basic/ob_json_table_op.h index 1ef0849db9..013e7b6528 100644 --- a/src/sql/engine/basic/ob_json_table_op.h +++ b/src/sql/engine/basic/ob_json_table_op.h @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains interface support for the json table abstraction. - * Authors: - * weiyouchao.wyc */ #ifndef OCEANBASE_BASIC_OB_JSON_TABLE_OP_H_ diff --git a/src/sql/engine/expr/ob_expr_is_json.cpp b/src/sql/engine/expr/ob_expr_is_json.cpp index 14431db4e5..4445df9087 100644 --- a/src/sql/engine/expr/ob_expr_is_json.cpp +++ b/src/sql/engine/expr/ob_expr_is_json.cpp @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation for json_valid. - * Authors: - * wuxingying.wxy@oceanbase.com */ #define USING_LOG_PREFIX SQL_ENG diff --git a/src/sql/engine/expr/ob_expr_is_json.h b/src/sql/engine/expr/ob_expr_is_json.h index 8be76c7b66..01cbb0a9fc 100644 --- a/src/sql/engine/expr/ob_expr_is_json.h +++ b/src/sql/engine/expr/ob_expr_is_json.h @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation for json_valid. - * Authors: - * wuxingying.wxy@oceanbase.com */ #ifndef OCEANBASE_SQL_OB_EXPR_IS_JSON_H_ diff --git a/src/sql/engine/expr/ob_expr_json_equal.cpp b/src/sql/engine/expr/ob_expr_json_equal.cpp index d3b80c4714..cb598c94b7 100644 --- a/src/sql/engine/expr/ob_expr_json_equal.cpp +++ b/src/sql/engine/expr/ob_expr_json_equal.cpp @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation for JSON_EQUAL. - * Authors: - * wuxingying.wxy@oceanbase.com */ #define USING_LOG_PREFIX SQL_ENG diff --git a/src/sql/engine/expr/ob_expr_json_equal.h b/src/sql/engine/expr/ob_expr_json_equal.h index 04911b070a..13a45d4e33 100644 --- a/src/sql/engine/expr/ob_expr_json_equal.h +++ b/src/sql/engine/expr/ob_expr_json_equal.h @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation for json_equal. - * Authors: - * wuxingying.wxy@oceanbase.com */ #ifndef OCEANBASE_SQL_OB_EXPR_JSON_EQUAL_H_ diff --git a/src/sql/engine/expr/ob_expr_json_exists.cpp b/src/sql/engine/expr/ob_expr_json_exists.cpp index 767338dad6..bd2f0f0117 100644 --- a/src/sql/engine/expr/ob_expr_json_exists.cpp +++ b/src/sql/engine/expr/ob_expr_json_exists.cpp @@ -9,9 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file is for func json_exists. - * --------------------------------------------------------------------------------------- - * Authors: - * wuxingying.wxy@oceanbase.com */ #define USING_LOG_PREFIX SQL_ENG #include "ob_expr_json_exists.h" diff --git a/src/sql/engine/expr/ob_expr_json_exists.h b/src/sql/engine/expr/ob_expr_json_exists.h index bcdc54d363..b29273ce35 100644 --- a/src/sql/engine/expr/ob_expr_json_exists.h +++ b/src/sql/engine/expr/ob_expr_json_exists.h @@ -8,9 +8,7 @@ * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. - * This file contains implementation for json_valid. - * Authors: - * wuxingying.wxy@oceanbase.com + * This file contains implementation for json_exists. */ #ifndef OCEANBASE_SRC_SQL_ENGINE_EXPR_OB_EXPR_JSON_EXISTS_H diff --git a/src/sql/engine/expr/ob_expr_json_query.cpp b/src/sql/engine/expr/ob_expr_json_query.cpp index 8e8043e19d..c94d923037 100644 --- a/src/sql/engine/expr/ob_expr_json_query.cpp +++ b/src/sql/engine/expr/ob_expr_json_query.cpp @@ -9,10 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file is for func json_query. - * * --------------------------------------------------------------------------------------- - * Authors: - * chuanyan.wf - * --------------------------------------------------------------------------------------- */ #define USING_LOG_PREFIX SQL_ENG diff --git a/src/sql/engine/expr/ob_expr_json_query.h b/src/sql/engine/expr/ob_expr_json_query.h index 32de56a190..62a40ff554 100644 --- a/src/sql/engine/expr/ob_expr_json_query.h +++ b/src/sql/engine/expr/ob_expr_json_query.h @@ -9,10 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file is for func json_query. - * * --------------------------------------------------------------------------------------- - * Authors: - * chuanyan.wf - * --------------------------------------------------------------------------------------- */ #ifndef OCEANBASE_SRC_SQL_ENGINE_EXPR_OB_EXPR_JSON_QUERY_H diff --git a/src/sql/engine/expr/ob_expr_treat.cpp b/src/sql/engine/expr/ob_expr_treat.cpp index ef74b8eb02..11a42207f5 100644 --- a/src/sql/engine/expr/ob_expr_treat.cpp +++ b/src/sql/engine/expr/ob_expr_treat.cpp @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation of treat. - * Authors: - * aozeliu.azl@oceanbase.com */ #define USING_LOG_PREFIX SQL_ENG diff --git a/src/sql/engine/expr/ob_expr_treat.h b/src/sql/engine/expr/ob_expr_treat.h index 62a9b0c31f..73f0f3d913 100644 --- a/src/sql/engine/expr/ob_expr_treat.h +++ b/src/sql/engine/expr/ob_expr_treat.h @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains declare of the treat. - * Authors: - * aozeliu.azl@oceanbase.com */ #ifndef OCEANBASE_SQL_OB_EXPR_TREAT_H_ diff --git a/src/sql/optimizer/ob_log_json_table.cpp b/src/sql/optimizer/ob_log_json_table.cpp index 9ce2c62fa2..2b661fd09b 100644 --- a/src/sql/optimizer/ob_log_json_table.cpp +++ b/src/sql/optimizer/ob_log_json_table.cpp @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation support for the log json table abstraction. - * Authors: - * weiyouchao.wyc */ #define USING_LOG_PREFIX SQL_OPT diff --git a/src/sql/optimizer/ob_log_json_table.h b/src/sql/optimizer/ob_log_json_table.h index 250628b766..80c0ccf5d5 100644 --- a/src/sql/optimizer/ob_log_json_table.h +++ b/src/sql/optimizer/ob_log_json_table.h @@ -9,8 +9,6 @@ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. * See the Mulan PubL v2 for more details. * This file contains implementation support for the log json table abstraction. - * Authors: - * weiyouchao.wyc */ #ifndef _OB_LOG_JSON_TABLE_H