zstan commented on a change in pull request #9416:
URL: https://github.com/apache/ignite/pull/9416#discussion_r711017577
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/HashAggregateNode.java
##########
@@ -239,6 +239,13 @@ private Grouping(byte grpId, ImmutableBitSet grpFields) {
handler = context().rowHandler();
+ reset();
Review comment:
my feeling of beauty tells me that it`s not elegant to clean the map on
constructor ) can you change it ?
--
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]