avantgardnerio commented on code in PR #7192:
URL: https://github.com/apache/arrow-datafusion/pull/7192#discussion_r1284667625


##########
datafusion/core/src/physical_plan/aggregates/mod.rs:
##########
@@ -229,13 +231,15 @@ impl PartialEq for PhysicalGroupBy {
 enum StreamType {
     AggregateStream(AggregateStream),
     GroupedHashAggregateStream(GroupedHashAggregateStream),
+    GroupedPriorityQueueAggregateStream(GroupedPriorityQueueAggregateStream),

Review Comment:
   ```
   all variants have the same postfix: `AggregateStream`
   ```



-- 
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]

Reply via email to