[
https://issues.apache.org/jira/browse/TAJO-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15253544#comment-15253544
]
ASF GitHub Bot commented on TAJO-2127:
--------------------------------------
Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/1005#discussion_r60707167
--- Diff:
tajo-core-tests/src/test/java/org/apache/tajo/engine/eval/TestSQLExpression.java
---
@@ -565,7 +565,7 @@ public void testImplicitCastForInt8() throws
TajoException {
public void testImplicitCastForFloat4() throws TajoException {
Schema schema = TestSchema1;
- testEval(schema, "table1", "0,1,2,3,4.1,5.1,6,7", "select col4 + col0
from table1;", new String [] {"4.1"});
+ /*testEval(schema, "table1", "0,1,2,3,4.1,5.1,6,7", "select col4 +
col0 from table1;", new String [] {"4.1"});
--- End diff --
Why did you disable these tests?
> Use Type instead of DataType for EvalNode
> -----------------------------------------
>
> Key: TAJO-2127
> URL: https://issues.apache.org/jira/browse/TAJO-2127
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.12.0
>
>
> See TAJO-2042 and TAJO-2043. This issue will change the return type of
> EvalNode::getValueType() to be org.apache.tajo.type.Type and its related
> code. Also, I'll some converter to order to keep existing APIs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)