eldenmoon commented on code in PR #55537:
URL: https://github.com/apache/doris/pull/55537#discussion_r2315860120
##########
be/src/vec/functions/array/function_array_enumerate_uniq.cpp:
##########
@@ -261,7 +262,7 @@ class FunctionArrayEnumerateUniq : public IFunction {
[[maybe_unused]] const NullMap* null_map,
ColumnInt64::Container& dst_values) const {
HashTableContext ctx;
- ctx.init_serialized_keys(columns, columns[0]->size(),
+ ctx.init_serialized_keys(columns,
static_cast<uint32_t>(columns[0]->size()),
Review Comment:
`columns[0]->size()` 这里是否有超过uint32_t max的风险
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]