Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Dec 3, 2024
1 parent ecb1aec commit f64676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/src/nodes/vector_agg/hashing/hash_strategy_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ FUNCTION_NAME(fill_offsets_impl)(BatchHashingParams params, int start_row, int e

struct FUNCTION_NAME(hash) *restrict table = hashing->table;

HASH_TABLE_KEY_TYPE prev_hash_table_key;
HASH_TABLE_KEY_TYPE prev_hash_table_key = { 0 };
uint32 previous_key_index = 0;
for (int row = start_row; row < end_row; row++)
{
Expand Down

0 comments on commit f64676f

Please sign in to comment.