wangbo commented on code in PR #11175:
URL: https://github.com/apache/doris/pull/11175#discussion_r928739166
##########
be/src/vec/exec/vaggregation_node.h:
##########
@@ -157,7 +157,7 @@ struct AggregationMethodStringNoCache {
/// For the case where there is one numeric key.
/// FieldType is UInt8/16/32/64 for any type with corresponding bit width.
-template <typename FieldType, typename TData, bool
consecutive_keys_optimization = true>
+template <typename FieldType, typename TData, bool
consecutive_keys_optimization = false>
Review Comment:
Why set consecutive_keys_optimization = false here?
--
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]