Repository: tajo Updated Branches: refs/heads/branch-0.8.1 46c1cf564 -> a31884860
Rearrange changelogs for 0.8.1. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/a3188486 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/a3188486 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/a3188486 Branch: refs/heads/branch-0.8.1 Commit: a318848603f075efbcfaf413bdee61c2645316bd Parents: 46c1cf5 Author: Hyunsik Choi <[email protected]> Authored: Wed May 21 13:36:18 2014 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Wed May 21 13:36:18 2014 +0900 ---------------------------------------------------------------------- CHANGES | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/a3188486/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 41a70db..915311e 100644 --- a/CHANGES +++ b/CHANGES @@ -10,21 +10,26 @@ Release 0.8.1 - unreleased TAJO-801: Multiple distinct should be supported. (Hyoungjun Kim via hyunsik) - TAJO-769: A minor improvements for HCatalogStore (Fengdong Yu via hyunsik) - - TAJO-734: Arrange TajoCli output message. (hyoungjunkim via jihoon) - TAJO-804: Bump up Parquet version to 1.4.2. (hyunsik) BUGS TAJO-827: SUM() overflow in the case of INT4. (Hyoungjun Kim via hyunsik) + TAJO-833: NPE occurs when using the column as a alias name in the multiple + DISTINCT. (Hyoungjun Kim via hyunsik) + TAJO-821: IllegalStateException occurs when a NettyClientBase object is created within single thread. (hyoungjunkim via jinho) + TAJO-829: Same constants in groupby clause may cause planning error. + (hyunsik) + TAJO-816: NULL delimiter doesn't apply with HCatalogStore. (jaehwa) + TAJO-812: Some methods of TajoDatabaseMetaData should result in an empty tuple + list instead of SQLFeatureNotSupportedException. (hyunsik) + TAJO-795: PlannerUtil::joinJoinKeyForEachTable need to handle theta-join. (jaehwa) TAJO-792: Insert table error with database name. @@ -39,11 +44,6 @@ Release 0.8.1 - unreleased TAJO-802: No partition columns in WEB catalog page. (Hyoungjun Kim via hyunsik) - SUB TASKS - - TAJO-783: Remove yarn-related code from tajo-core. (hyunsik) - - Release 0.8.0 NEW FEATURES
