[
https://issues.apache.org/jira/browse/FLINK-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974519#comment-15974519
]
ASF GitHub Bot commented on FLINK-6327:
---------------------------------------
Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/3740
+1 to merge
> 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)