somandal commented on code in PR #8993:
URL: https://github.com/apache/pinot/pull/8993#discussion_r911219349


##########
pinot-core/src/test/java/org/apache/pinot/queries/MultiValueRawQueriesTest.java:
##########
@@ -338,6 +338,445 @@ public void testSelectQueries() {
     }
   }
 
+  @Test
+  public void testNonAggregateMVGroupBY() {

Review Comment:
   I have a query like this:
   ```
   "SELECT VALUEIN(mvRawIntCol, '0') from testTable WHERE mvRawIntCol IN (0) 
GROUP BY "
             + "VALUEIN(mvRawIntCol, '0') LIMIT 10"
   ```
   
   Will that work? Or would you like me to add one on `ARRAYLENGTH` 
specifically?
   
   update: added one as I thought it may just be useful for testing this case.



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to