This repository was archived by the owner on May 12, 2021. It is now read-only.
TAJO-850: OUTER JOIN does not properly handle a NULL.#22
Closed
babokim wants to merge 12 commits into
Closed
Conversation
added 7 commits
May 21, 2014 02:30
…izer. => Remove unused test code
…zer(remove the korean comment)
Conflicts: tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java
Conflicts: tajo-core/src/main/java/org/apache/tajo/engine/planner/LogicalPlan.java tajo-core/src/main/java/org/apache/tajo/engine/planner/logical/GroupbyNode.java tajo-core/src/main/java/org/apache/tajo/engine/planner/rewrite/FilterPushDownRule.java
Member
|
This is conflict to the latest revision. Could you rebase it? |
added 5 commits
May 27, 2014 23:39
Member
|
+1 Although the unit test seems to be failed, the failure is caused by the long log message. Travis causes failure if the log size > 4MB. I verified 'mvn clean install'. The patch fixes outer join condition bugs and includes enough unit tests to verify the bug fix. In addition, I revised some trivial things as follows:
I'll commit it shortly. Thank you for your great contribution! |
babokim
pushed a commit
to babokim/tajo
that referenced
this pull request
Dec 11, 2014
…re_predictable Fixing ZQLSessionManagerTest failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.