Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into index_support
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/79b3cb25 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/79b3cb25 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/79b3cb25 Branch: refs/heads/index_support Commit: 79b3cb25b0e91ac40521783184c7e2b82c57481b Parents: 3c18234 70d5fdf Author: Jihoon Son <[email protected]> Authored: Fri Apr 3 22:12:44 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Fri Apr 3 22:12:44 2015 +0900 ---------------------------------------------------------------------- CHANGES | 6 + .../tajo/engine/function/builtin/MaxDate.java | 47 ++++++ .../tajo/engine/function/builtin/MaxTime.java | 47 ++++++ .../engine/function/builtin/MaxTimestamp.java | 47 ++++++ .../tajo/engine/function/builtin/MinDate.java | 48 ++++++ .../tajo/engine/function/builtin/MinTime.java | 48 ++++++ .../engine/function/builtin/MinTimestamp.java | 48 ++++++ .../engine/function/TestBuiltinFunctions.java | 146 +++++++++++++++++++ .../storage/HashShuffleAppenderManager.java | 4 +- 9 files changed, 440 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
