Repository: tajo Updated Branches: refs/heads/master 1f6b5b387 -> 3cfc1987e
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/master Commit: 3cfc1987e69130fa0232d09765c5c3582914884c Parents: 1f6b5b3 Author: Hyunsik Choi <[email protected]> Authored: Mon Jul 28 11:29:30 2014 +0900 Committer: Hyunsik Choi <[email protected]> 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)
