GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/285
TAJO-1213: Implement CatalogStore::updateTableStats
I added a method to update TableStats at CatalogStore. For reference, all
unit cases for physical operators verify output row numbers and it finished
successfully with my patch. So, I didn't implement unit test cases. In
addition, HCatalogStore::updateTableStats is dummy method. Because hive don't
provide no api to update table row numbers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1213
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/285.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 #285
----
commit 400130ef27056c08d93a6385c7c7a6d74c092e5f
Author: JaeHwa Jung <[email protected]>
Date: 2014-12-04T09:08:48Z
TAJO-1213: Implement CatalogStore::updateTableStats.
commit b68195c803bbf09556e78e6194a23f8173fcaa32
Author: JaeHwa Jung <[email protected]>
Date: 2014-12-04T09:15:12Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1213
----
---
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.
---