[FEAT MERGE] select into upload parquet, orc, csv
Co-authored-by: doubleMocha <1085615789@qq.com> Co-authored-by: qingzhu521 <q15000557748@gmail.com> Co-authored-by: nautaa <870284156@qq.com>
This commit is contained in:
@ -364,6 +364,8 @@ bool ObSqlParameterization::is_tree_not_param(const ParseNode *tree)
|
||||
ret_bool = true;
|
||||
} else if (T_EXTERNAL_TABLE_PARTITION == tree->type_) {
|
||||
ret_bool = true;
|
||||
} else if (T_EXTERNAL_FILE_FORMAT == 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