-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18414/
-----------------------------------------------------------
Review request for Tajo.
Bugs: TAJO-403
https://issues.apache.org/jira/browse/TAJO-403
Repository: tajo
Description
-------
If user write some function at 'group by' phase on hive query mode, it makes a
exception as follows:
tajo> set tajo.hive.query.mode=true;
tajo> select trim(name), count(1) from table1 group by trim(name);
Unexpected aggregation function. - signature:trim
It needs to support functions at 'group by' phase on hive query mode.
Diffs
-----
Diff: https://reviews.apache.org/r/18414/diff/
Testing
-------
mvn clean install
Thanks,
Jung JaeHwa