[CP] Fix window function spec member not serialized

This commit is contained in:
hezuojiao
2023-12-24 14:13:01 +00:00
committed by ob-robot
parent e7f0542040
commit bd53d340c0
2 changed files with 9 additions and 2 deletions

View File

@ -70,7 +70,9 @@ OB_SERIALIZE_MEMBER((ObWindowFunctionSpec, ObOpSpec),
rd_sort_cmp_funcs_,
rd_pby_sort_cnt_,
role_type_,
wf_aggr_status_expr_);
wf_aggr_status_expr_,
input_rows_mem_bound_ratio_,
estimated_part_cnt_);
OB_SERIALIZE_MEMBER(ObWindowFunctionOpInput, local_task_count_, total_task_count_, wf_participator_shared_info_);