Repository: tajo Updated Branches: refs/heads/master 492588d62 -> a1e852b9f
TAJO-1922: Allow date types with IN operator for partition pruning. (modify changes) Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/a1e852b9 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/a1e852b9 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/a1e852b9 Branch: refs/heads/master Commit: a1e852b9fba64e9085b704792293647dd52180f9 Parents: 492588d Author: JaeHwa Jung <[email protected]> Authored: Thu Nov 26 14:03:38 2015 +0900 Committer: JaeHwa Jung <[email protected]> Committed: Thu Nov 26 14:03:38 2015 +0900 ---------------------------------------------------------------------- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/a1e852b9/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 41b4552..4d9c712 100644 --- a/CHANGES +++ b/CHANGES @@ -88,9 +88,7 @@ Release 0.12.0 - unreleased TASKS - TAJO-1922: Allow date types with IN operator for partition pruning. (jaehwa) - - TAJO-1857: Rename the section of 'File Formats' to 'Data Formats' and fill + TAJO-1857: Rename the section of 'File Formats' to 'Data Formats' and fill compression section of the 'Table Management' chapter. (Contributed by Jongyoung Park. Committed by jihoon) @@ -124,7 +122,9 @@ Release 0.12.0 - unreleased SUB TASKS - TAJO-1967: Replace 'try finally' with 'try' with resources. + TAJO-1922: Allow date types with IN operator for partition pruning. (jaehwa) + + TAJO-1967: Replace 'try finally' with 'try' with resources. (Contributed by Dongkyu Hwangbo, Committed by jihoon) TAJO-1947: Change Projection::setNamedExprs and getNamedExprs to set and
