[FEAT MERGE]ODPS patch to master
Co-authored-by: dontknow9179 <545187809@qq.com>
This commit is contained in:
@ -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_) {
|
||||
|
||||
Reference in New Issue
Block a user