vvysotskyi commented on a change in pull request #2009: DRILL-7622: Compilation 
error when using HLL / TDigest with group by
URL: https://github.com/apache/drill/pull/2009#discussion_r387163842
 
 

 ##########
 File path: exec/java-exec/src/test/java/org/apache/drill/TestBugFixes.java
 ##########
 @@ -316,4 +316,9 @@ public void testDRILL6318() throws Exception {
     rows = testSql("SELECT FLATTEN(data) AS d FROM cp.`jsoninput/bug6318.json` 
LIMIT 3 OFFSET 5");
     Assert.assertEquals(3, rows);
   }
+
+  @Test
+  public void testDRILL7622() throws Exception {
 
 Review comment:
   Please move this test into 
`org.apache.drill.exec.fn.impl.TestAggregateFunctions` class and update its 
name to describe the issue it checks.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to