Gabriel39 commented on code in PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r882768009
########## be/src/vec/exec/vaggregation_node.cpp: ########## @@ -145,9 +145,22 @@ void AggregationNode::_init_hash_method(std::vector<VExprContext*>& probe_exprs) _agg_data.init(AggregatedDataVariants::Type::int64_key, is_nullable); return; case TYPE_LARGEINT: - case TYPE_DECIMALV2: - _agg_data.init(AggregatedDataVariants::Type::int128_key, is_nullable); + case TYPE_DECIMALV2: { Review Comment: this code block should also be added to vhashjoinnode -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org