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

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

jnturton commented on code in PR #2749:
URL: https://github.com/apache/drill/pull/2749#discussion_r1099912943


##########
exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestAnalyze.java:
##########
@@ -332,7 +332,7 @@ public void testUseStatistics() throws Exception {
       query = " select emp.employee_id from dfs.tmp.employeeUseStat emp join 
dfs.tmp.departmentUseStat dept"
               + " on emp.department_id = dept.department_id "
               + " group by emp.employee_id";
-      String[] expectedPlan8 = {"HashAgg\\(group=\\[\\{0\\}\\]\\).*rowcount = 
730.2832515526484,.*",
+      String[] expectedPlan8 = {"HashAgg\\(group=\\[\\{0\\}\\]\\).*rowcount = 
730.2832515526.*",

Review Comment:
   Did we drop the last three digits here to prevent spurious test failures 
resulting from rounding errors?





> Update Calcite to 1.33.0
> ------------------------
>
>                 Key: DRILL-8379
>                 URL: https://issues.apache.org/jira/browse/DRILL-8379
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to