Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
  • Loading branch information
windtalker committed Feb 6, 2023
1 parent cb04f00 commit d05ce9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbms/src/Interpreters/Aggregator.h
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ struct AggregatedDataVariants : private boost::noncopyable
{ \
const auto * ptr = reinterpret_cast<const AggregationMethodName(NAME) *>(aggregation_method_impl); \
bytes_count = ptr->data.getBufferSizeInBytes(); \
break; \
}

APPLY_FOR_AGGREGATED_VARIANTS(M)
Expand Down

0 comments on commit d05ce9f

Please sign in to comment.