[ 
https://issues.apache.org/jira/browse/DRILL-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050389#comment-17050389
 ] 

ASF GitHub Bot commented on DRILL-7622:
---------------------------------------

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

 ##########
 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 {
+    test("SELECT tdigest(p.col_int) FROM 
cp.`parquet/alltypes_required.parquet` p GROUP BY p.col_flt");
 
 Review comment:
   Please use `testBuilder()` to verify the correctness of the result.
 
----------------------------------------------------------------
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]


> Compilation error when using HLL / TDigest with `group by` clause
> -----------------------------------------------------------------
>
>                 Key: DRILL-7622
>                 URL: https://issues.apache.org/jira/browse/DRILL-7622
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.17.0
>            Reporter: Oleg Zinoviev
>            Assignee: Oleg Zinoviev
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to