-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17485/
-----------------------------------------------------------
(Updated Jan. 29, 2014, 4:27 p.m.)
Review request for Tajo.
Bugs: TAJO-569
https://issues.apache.org/jira/browse/TAJO-569
Repository: tajo
Description
-------
There is min function for text parameter, where there is no max function for
text parameter. We need to add it.
Diffs
-----
CHANGES.txt 333740dfb907e5e9eb48057867a46676f15ad2bf
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/builtin/MaxString.java
PRE-CREATION
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/function/TestBuiltinFunctions.java
a6883237633a54fe6a53d635115dfceccdf67644
tajo-core/tajo-core-backend/src/test/resources/queries/TestBuiltinFunctions/testMaxString.sql
PRE-CREATION
tajo-core/tajo-core-backend/src/test/resources/queries/TestBuiltinFunctions/testMinString.sql
PRE-CREATION
tajo-core/tajo-core-backend/src/test/resources/results/TestBuiltinFunctions/testMaxString.result
PRE-CREATION
tajo-core/tajo-core-backend/src/test/resources/results/TestBuiltinFunctions/testMinString.result
PRE-CREATION
Diff: https://reviews.apache.org/r/17485/diff/
Testing (updated)
-------
mvn clean install
Thanks,
Hyunsik Choi