amorynan commented on code in PR #55537:
URL: https://github.com/apache/doris/pull/55537#discussion_r2315865001
##########
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:
不会 我们现在row_id 类型 都是 uint_32 定义的
--
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]