[
https://issues.apache.org/jira/browse/FLINK-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974487#comment-15974487
]
ASF GitHub Bot commented on FLINK-6327:
---------------------------------------
GitHub user godfreyhe opened a pull request:
https://github.com/apache/flink/pull/3740
[FLINK-6327] [table] Bug in CommonCalc's estimateRowCount() method
(rowCnt * 0.75).min(1.0) should be changed to (rowCnt * 0.75).max(1.0)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/godfreyhe/flink FLINK-6327
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3740.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3740
----
commit e6d154d08a353a268d497fa893cac5f21670c639
Author: godfreyhe <[email protected]>
Date: 2017-04-19T11:43:25Z
[FLINK-6327] [table] Bug in CommonCalc's estimateRowCount() method
----
> 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)