[
https://issues.apache.org/jira/browse/TAJO-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251213#comment-15251213
]
ASF GitHub Bot commented on TAJO-2127:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/1005
TAJO-2127: Use Type instead of DataType for EvalNode.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-2127
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/1005.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1005
----
commit 826aeb3dec2a087831863ec47d9616e91b15bc72
Author: Hyunsik Choi <[email protected]>
Date: 2016-04-21T04:04:24Z
TAJO-2127: Use Type instead of DataType for EvalNode.
----
> 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)