ddl defult use compression algorithm from table schema in temp file store

This commit is contained in:
simonjoylet
2024-09-18 07:29:45 +00:00
committed by ob-robot
parent 38973ea874
commit 815b69bd02
7 changed files with 31 additions and 12 deletions

View File

@ -2480,7 +2480,7 @@ int ObLoadDataDirectImpl::init_execute_param()
// compressor_type_
if (OB_SUCC(ret)) {
if (OB_FAIL(ObDDLUtil::get_temp_store_compress_type(
table_schema->get_compressor_type(), execute_param_.parallel_, execute_param_.compressor_type_))) {
table_schema, execute_param_.parallel_, execute_param_.compressor_type_))) {
LOG_WARN("fail to get tmp store compressor type", KR(ret));
}
}