You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2018/05/05 15:27:43 UTC

[GitHub] incubator-quickstep pull request #351: Use Exactness info in Catalog stats.

GitHub user zuyu opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/351

    Use Exactness info in Catalog stats.

    When we get stats info, we should not ignore the `exactness` flag.
    
    This PR checks the flag before answer whether a stat exists.

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

    $ git pull https://github.com/zuyu/incubator-quickstep use-exactness

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

    https://github.com/apache/incubator-quickstep/pull/351.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 #351
    
----
commit cf37cf046d77ca98c19fab82c67ab8181a09d1ca
Author: Zuyu Zhang <zu...@...>
Date:   2018-05-05T15:24:37Z

    Use Exactness info in Catalog stats.

----


---

[GitHub] incubator-quickstep pull request #351: Use Exactness info in Catalog stats.

Posted by zuyu <gi...@git.apache.org>.
Github user zuyu closed the pull request at:

    https://github.com/apache/incubator-quickstep/pull/351


---

[GitHub] incubator-quickstep issue #351: Use Exactness info in Catalog stats.

Posted by hbdeshmukh <gi...@git.apache.org>.
Github user hbdeshmukh commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/351
  
    I agree with Jianqiao. The plans may be a bit off when the stats are stale, however it is still better than not using the stats at all. 


---

[GitHub] incubator-quickstep issue #351: Use Exactness info in Catalog stats.

Posted by jianqiao <gi...@git.apache.org>.
Github user jianqiao commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/351
  
    The stats can be used to provide an estimation even when they are not exact. 


---