sreemanamala commented on code in PR #16402:
URL: https://github.com/apache/druid/pull/16402#discussion_r1595166555


##########
sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java:
##########
@@ -15689,4 +15688,56 @@ public void testStringOperationsNullableInference()
               )
       );
   }
+
+  @SqlTestFrameworkConfig(numMergeBuffers = 4)
+  @Test
+  public void testGroupingSetsWithAggrgateCase()

Review Comment:
   I thought I could use this in checking the results (in case of normal & 
decoupled strategies - as both use the same tests).
   iq test would be checking the plan & in a specified strategy (In this case 
it doesn't verify the results the decouple mode)



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