Add missed change log and reindent some logs.
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/7c765e8d Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/7c765e8d Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/7c765e8d Branch: refs/heads/branch-0.11.0 Commit: 7c765e8d1fe4c8043e114922007f7ba71aeb6fbd Parents: c4de36c Author: Hyunsik Choi <[email protected]> Authored: Mon Aug 17 18:36:59 2015 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Mon Aug 17 18:52:41 2015 +0900 ---------------------------------------------------------------------- CHANGES | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/7c765e8d/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 2cd18eb..39908e0 100644 --- a/CHANGES +++ b/CHANGES @@ -221,31 +221,34 @@ Release 0.11.0 - unreleased BUG FIXES - TAJO-1561: Query which contains join condition in "OR" clause does not finish. - (jihoon) + TAJO-1763: tpch/*.tbl files cannot be founded in maven modules except for + core-tests. (hyunsik) + + TAJO-1561: Query which contains join condition in "OR" clause does not + finish. (jihoon) TAJO-1752: NameResolver cannot find nested records properly. (jihoon) - TAJO-1732: During filter push down phase, join conditions are not set properly. - (jihoon) + TAJO-1732: During filter push down phase, join conditions are not set + properly. (jihoon) TAJO-1742: Remove hadoop dependency in DatumFactory. (jinho) TAJO-1733: Finished query occasionally does not appear in Web-UI. (jinho) - TAJO-1731: With a task failure, query processing is hanged after first retry. - (jihoon) + TAJO-1731: With a task failure, query processing is hanged after first + retry. (jihoon) TAJO-1608: Fix test failure in index_support branch. (jihoon) TAJO-1594: Catalog schema is invalid for some databases. (jihoon) - TAJO-1657: Tajo Rest API /database/{database-name]/tables should return table - names only without invalid external table info. + TAJO-1657: Tajo Rest API /database/{database-name]/tables should return + table names only without invalid external table info. (Contributed by DaeMyung Kang, Committed by jihoon) - TAJO-1552: NPE occurs when GreedyHeuristicJoinOrderAlgorithm.getCost() returns - infinity. (Contributed by Hyoungjun Kim, Committed by jihoon) + TAJO-1552: NPE occurs when GreedyHeuristicJoinOrderAlgorithm.getCost() + returns infinity. (Contributed by Hyoungjun Kim, Committed by jihoon) TAJO-1712: querytasks.jsp throws NPE occasionally when tasks are running. (jinho)
