You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by ji...@apache.org on 2014/08/01 07:59:00 UTC

[07/14] git commit: TAJO-974: Eliminate unexpected case condition in SubQuery. (missed ticket close)

TAJO-974: Eliminate unexpected case condition in SubQuery. (missed ticket close)

Closes #93


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/3cfc1987
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/3cfc1987
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/3cfc1987

Branch: refs/heads/index_support
Commit: 3cfc1987e69130fa0232d09765c5c3582914884c
Parents: 1f6b5b3
Author: Hyunsik Choi <hy...@apache.org>
Authored: Mon Jul 28 11:29:30 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Mon Jul 28 11:29:30 2014 +0900

----------------------------------------------------------------------
 CHANGES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/3cfc1987/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3ac13a9..9dac2c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -98,7 +98,7 @@ Release 0.9.0 - unreleased
   BUG FIXES
 
     TAJO-974: Eliminate unexpected case condition in SubQuery. (Hyoungjun Kim 
-    via hyunsik)
+    via hyunsik) 
 
     TAJO-977: INSERT into a partitioned table as SELECT statement uses a wrong 
     schema. (Hyoungjun Kim via hyunsik)