siddharthteotia commented on code in PR #9296:
URL: https://github.com/apache/pinot/pull/9296#discussion_r960982015
##########
pinot-core/src/test/java/org/apache/pinot/queries/CastQueriesTest.java:
##########
@@ -130,6 +146,18 @@ public void testCastSum() {
assertEquals(((Number) aggregationResult.get(1)).intValue(), NUM_RECORDS /
4);
}
+ @Test
+ public void testCastMV() {
Review Comment:
Add an `ID_SET` related test here to ensure the functionality we want to
support for the internal use case works.
--
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]