Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Jan 29, 2025
1 parent 1919e38 commit 1529ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsl/src/nodes/vector_agg/hashing/hash_strategy_single_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ single_text_key_hashing_get_key(BatchHashingParams params, int row, void *restri
if (*valid)
{
output_key->len = VARSIZE_ANY_EXHDR(*params.single_grouping_column.output_value);
output_key->data = (const uint8 *) VARDATA_ANY(*params.single_grouping_column.output_value);
output_key->data =
(const uint8 *) VARDATA_ANY(*params.single_grouping_column.output_value);
}
else
{
Expand Down

0 comments on commit 1529ed9

Please sign in to comment.