You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/09/02 04:20:45 UTC

[jira] [Updated] (TAJO-1402) EvalNode should have TypeDesc instead of DataType as a return type.

     [ https://issues.apache.org/jira/browse/TAJO-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyunsik Choi updated TAJO-1402:
-------------------------------
    Fix Version/s:     (was: 0.11.0)
                   0.12.0

> EvalNode should have TypeDesc instead of DataType as a return type.
> -------------------------------------------------------------------
>
>                 Key: TAJO-1402
>                 URL: https://issues.apache.org/jira/browse/TAJO-1402
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.12.0
>
>
> DataType is a protobuf type, which does not allow recursive nested data structure. To solve this problem, I made TypeDesc which represent recursive nested schemas in TAJO-1329. It is enough to represent just schemas.
> However, in order to enable the logical planner to support fully nested schema, EvalNode also has TypeDesc as a return type. This is because users can project nested primitive fields as well as nested record itself.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)