GitHub user zhangh43 opened a pull request:
https://github.com/apache/incubator-hawq/pull/845
HAWQ-999. Treat hash table as random when file count is not in proporâ¦
â¦tion to bucket number of table.
By definition, file count of a hash table should be equal to or a multiple
of the bucket number of the table. So if mismatch happens, we should not treat
it as hash table in data locality algorithm.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhangh43/incubator-hawq hawq999
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/845.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 #845
----
commit ecc68ab75c9513e80ed1d5c1b5ca7f313a95ef70
Author: hzhang2 <[email protected]>
Date: 2016-08-11T09:44:47Z
HAWQ-999. Treat hash table as random when file count is not in proportion
to bucket number of table.
----
---
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.
---