GitHub user fhueske opened a pull request:

    https://github.com/apache/incubator-flink/pull/146

    [FLINK-1150] Fix output size estimate of FilterNode.

    FilterNode implicitly sets the estimated output size to unknown (-1) while 
adjusting the cardinality by a factor of 0.5.
    This fix changes the estimated output size proportional to cardinality.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fhueske/incubator-flink fixFilterSizeEstimate

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/146.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 #146
    
----
commit 913f1face084b82001df12a1bf21b7c785e0cb25
Author: Fabian Hueske <[email protected]>
Date:   2014-10-09T13:21:20Z

    [FLINK-1150] Fix size estimate for FilterNode. Data size changes 
proportional to cardinality.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to