[jira] [Created] (FLINK-6327) Bug in CommonCalc's estimateRowCount() method

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-6327) Bug in CommonCalc's estimateRowCount() method

Shang Yuanchun (Jira)
godfrey he created FLINK-6327:
---------------------------------

             Summary: Bug in CommonCalc's estimateRowCount() method
                 Key: FLINK-6327
                 URL: https://issues.apache.org/jira/browse/FLINK-6327
             Project: Flink
          Issue Type: Bug
            Reporter: godfrey he
            Assignee: godfrey he


{{(rowCnt * 0.75).min(1.0)}} should be changed to {{(rowCnt * 0.75).max(1.0)}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)