clintropolis commented on code in PR #18380:
URL: https://github.com/apache/druid/pull/18380#discussion_r2261671003


##########
processing/src/test/java/org/apache/druid/segment/CursorFactoryProjectionTest.java:
##########
@@ -1777,6 +1785,58 @@ public void testProjectionFilter()
     Assert.assertArrayEquals(new Object[]{"b", 7L, 7.7}, 
results.get(1).getArray());
   }
 
+  @Test
+  public void testProjectionSelectionTwoVirtual()
+  {
+    // this query can use the projection with 2 dims, which has 7 rows instead 
of the total of 8

Review Comment:
   actually this comment is stale in other places too, will fix those as well



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

Reply via email to