siddharthteotia commented on a change in pull request #5635:
URL: https://github.com/apache/incubator-pinot/pull/5635#discussion_r447150218



##########
File path: 
pinot-core/src/test/java/org/apache/pinot/queries/InterSegmentOrderBySingleValueQueriesTest.java
##########
@@ -186,7 +183,7 @@ public void testQueryOptions() {
         new Object[]{query, results, numDocsScanned, 
numEntriesScannedInFilter, numEntriesScannedPostFilter, numTotalDocs, 
dataSchema});
 
     // group by 2 dimensions, order by both, tie breaker
-    query = "SELECT SUM(column1) FROM testTable GROUP BY column11, column12 
ORDER BY column11, column12";
+    query = "SELECT column11, column12, SUM(column1) FROM testTable GROUP BY 
column11, column12 ORDER BY column11, column12";

Review comment:
       I am not sure why this change is needed.




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

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