[
https://issues.apache.org/jira/browse/DRILL-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050388#comment-17050388
]
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_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:
[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)