-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20517/
-----------------------------------------------------------
Review request for Tajo.
Bugs: TAJO-652
https://issues.apache.org/jira/browse/TAJO-652
Repository: tajo
Description
-------
When we use alias on partition columns, the logical planner cannot recognize
alias names. We should fix it.
Diffs
-----
tajo-core/src/main/java/org/apache/tajo/engine/planner/LogicalPlan.java
98fbf42
tajo-core/src/test/java/org/apache/tajo/engine/query/TestTablePartitions.java
9cc2410
tajo-core/src/test/resources/queries/TestTablePartitions/case11.sql
PRE-CREATION
tajo-core/src/test/resources/queries/TestTablePartitions/case12.sql
PRE-CREATION
tajo-core/src/test/resources/queries/TestTablePartitions/case13.sql
PRE-CREATION
tajo-core/src/test/resources/results/TestTablePartitions/case11.result
PRE-CREATION
tajo-core/src/test/resources/results/TestTablePartitions/case12.result
PRE-CREATION
tajo-core/src/test/resources/results/TestTablePartitions/case13.result
PRE-CREATION
tajo-rpc/src/main/java/org/apache/tajo/rpc/NettyServerBase.java 8f98d3a
Diff: https://reviews.apache.org/r/20517/diff/
Testing
-------
mvn clean install;
Thanks,
hyoungjun kim