Skip to content

Commit

Permalink
[fix](agg) The offset value was added twice in 'pack_fixed' (apache#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhhsg authored Sep 18, 2023
1 parent 591aeaa commit f04bc05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/vec/common/aggregation_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ T pack_fixed(size_t i, size_t keys_size, const ColumnRawPtrs& key_columns, const
static_cast<const ColumnVectorHelper*>(key_columns[j])->get_raw_data_begin<1>() +
i * key_sizes[j],
key_sizes[j]);
offset += key_sizes[j];
}

offset += key_sizes[j];
Expand Down

0 comments on commit f04bc05

Please sign in to comment.