[FEAT MERGE]ODPS patch to master

Co-authored-by: dontknow9179 <545187809@qq.com>
This commit is contained in:
cqliang1995
2024-08-27 14:09:55 +00:00
committed by ob-robot
parent ee76b4deb8
commit c11ef76f19
77 changed files with 6933 additions and 696 deletions

View File

@ -360,6 +360,8 @@ bool ObSqlParameterization::is_tree_not_param(const ParseNode *tree)
ret_bool = true;
} else if (T_INTO_FILE_LIST == tree->type_) {
ret_bool = true;
} else if (T_EXTERNAL_TABLE_PARTITION == tree->type_) {
ret_bool = true;
} else if (T_PIVOT_IN_LIST == tree->type_) {
ret_bool = true;
} else if (T_CHAR_CHARSET == tree->type_) {