capistrant commented on code in PR #19620:
URL: https://github.com/apache/druid/pull/19620#discussion_r3462670751
##########
server/src/test/java/org/apache/druid/segment/loading/SegmentLocalCacheManagerPartialAcquireTest.java:
##########
@@ -113,10 +118,17 @@ class SegmentLocalCacheManagerPartialAcquireTest
new ListBasedInputRow(ROW_SIGNATURE, TIME.plusMinutes(3),
ROW_SIGNATURE.getColumnNames(), Arrays.asList("b", 4L))
);
+ // A second segment that is both clustered and carries an aggregate
projection (the apache/druid#19599 combo): no
Review Comment:
```suggestion
// A second segment that is both clustered and carries an aggregate
projection: no
```
--
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]