cecemei commented on code in PR #18380:
URL: https://github.com/apache/druid/pull/18380#discussion_r2261303925
##########
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:
if projection has 7 rows, why does line 1825 expects 8?
--
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]