Fix sort spec compression codec overwrite

This commit is contained in:
hezuojiao
2024-06-25 13:32:14 +00:00
committed by ob-robot
parent 302959395e
commit e5bc48d855
3 changed files with 6 additions and 8 deletions

View File

@ -166,7 +166,8 @@ DEF_TO_STRING(ObOpSpec)
K_(rows),
K_(max_batch_size),
K_(filters),
K_(use_rich_format));
K_(use_rich_format),
K_(compress_type));
J_OBJ_END();
return pos;
}