[FEAT MERGE]: use parameter _ob_ddl_temp_file_compress_func to control compression in ddl.

This commit is contained in:
Monk-Liu
2024-03-07 04:45:49 +00:00
committed by ob-robot
parent 5279be2c40
commit 92fca7def1
32 changed files with 491 additions and 780 deletions

View File

@ -772,10 +772,6 @@ bool ObOptParamHint::is_param_val_valid(const OptParamType param_type, const ObO
|| 0 == val.get_varchar().case_compare("false"));
break;
}
case COMPACT_SORT_LEVEL: {
is_valid = val.is_int() && (val.get_int() >= 0 && val.get_int() <=5);
break;
}
case WORKAREA_SIZE_POLICY: {
is_valid = val.is_varchar() && (0 == val.get_varchar().case_compare("MANULE"));
break;