[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:
dontknow9179
2024-11-19 10:14:26 +00:00
committed by ob-robot
parent 2c2c90dd04
commit 13e9dbbb97
41 changed files with 5029 additions and 1323 deletions

View File

@ -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_) {