GitHub user babokim opened a pull request:
https://github.com/apache/tajo/pull/547
TAJO-1552: NPE occurs when GreedyHeuristicJoinOrderAlgorithm.getCost()
returns infinity.
I added TestJoinOrderAlgorithm test case for this issue and also added
"ignoreOrdering" parameter in assertResultSet() method.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/babokim/tajo TAJO-1552
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/547.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 #547
----
commit 14dffcc60794c2c9c560a10c8d206afa553de77c
Author: Hyoungjun Kim <[email protected]>
Date: 2015-04-20T17:51:50Z
TAJO-1552: NPE occurs when GreedyHeuristicJoinOrderAlgorithm.getCost()
returns infinity.
commit ed2943de1af55683bd942e8f42dc20f85208aad8
Author: Hyoungjun Kim <[email protected]>
Date: 2015-04-20T17:54:43Z
TAJO-1552: NPE occurs when GreedyHeuristicJoinOrderAlgorithm.getCost()
returns infinity.
commit 7d66bdee67bd0e1245f8d9426c56e8879b66c540
Author: Hyoungjun Kim <[email protected]>
Date: 2015-04-20T17:55:33Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
commit d674b6567f35ed3a97682197d31d4b883710f520
Author: Hyoungjun Kim <[email protected]>
Date: 2015-04-20T18:26:52Z
TAJO-1552: NPE occurs when GreedyHeuristicJoinOrderAlgorithm.getCost()
returns infinity.
Rename TestGreedyHeuristicJoinOrderAlgorithm to TestJoinOrderAlgorithm.
----
---
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.
---