Repository: tajo Updated Branches: refs/heads/branch-0.8.0 ecb97d400 -> 3c520f3e7
Adding missed change logs. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/3c520f3e Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/3c520f3e Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/3c520f3e Branch: refs/heads/branch-0.8.0 Commit: 3c520f3e73dc2de39c45f11f8bdd266c30818945 Parents: ecb97d4 Author: Hyunsik Choi <[email protected]> Authored: Thu Mar 27 11:37:16 2014 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Thu Mar 27 11:37:16 2014 +0900 ---------------------------------------------------------------------- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/3c520f3e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 37542ad..ff3228d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -286,6 +286,8 @@ Release 0.8.0 - unreleased TAJO-698: Error occurs when FUNCTION and IN statement are used together. (hyunsik) + TAJO-712: Fix some bugs after database is supported. (hyunsik) + TAJO-692: Missing Null handling for INET4 in RowStoreUtil. (jihoon) TAJO-701: Invalid bytes when creating BlobDatum with offset. (jinho) @@ -564,6 +566,8 @@ Release 0.8.0 - unreleased TASKS + TAJO-684: Add functions about time. (Alvin Henrick via jihoon) + TAJO-669: Add cluster setup documentation. (hyunsik) TAJO-681: Embed sphinx rtd theme into tajo-docs. (hyunsik) @@ -841,6 +845,9 @@ Release 0.2.0 - released BUG FIXES + TAJO-682: RangePartitionAlgorithm should be improved to handle empty + texts. (hyunsik) + TAJO-511: Sometimes, a query progress becomes higher than 100%. (jihoon) TAJO-281: 'mvn package -Pdist' generates duplicate Tajo jar files.
