You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kurt Young (JIRA)" <ji...@apache.org> on 2017/04/20 01:02:04 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Young closed FLINK-6327.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Bug in CommonCalc's estimateRowCount() method
> ---------------------------------------------
>
>                 Key: FLINK-6327
>                 URL: https://issues.apache.org/jira/browse/FLINK-6327
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API & SQL
>            Reporter: godfrey he
>            Assignee: godfrey he
>             Fix For: 1.3.0
>
>
> {{(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)