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

2017-04-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on FLINK-6327:
---

Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/3740


> 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)


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

2017-04-19 Thread ASF GitHub Bot (JIRA)

[ 
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)


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

2017-04-19 Thread ASF GitHub Bot (JIRA)

[ 
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 
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)