Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Feb 3, 2025
1 parent 5bbbf0c commit 1a8d0ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsl/src/nodes/vector_agg/grouping_policy_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ gp_hash_add_batch(GroupingPolicy *gp, TupleTableSlot *vector_slot)

add_one_range(policy, vector_slot, start_row, end_row);
}
policy->stat_bulk_filtered_rows += batch_state->total_batch_rows - statistics_range_row;

policy->stat_bulk_filtered_rows += n - statistics_range_row;
}

policy->stat_input_total_rows += n;
Expand Down

0 comments on commit 1a8d0ca

Please sign in to comment.