You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/10/07 09:43:41 UTC

[jira] [Updated] (TAJO-236) Implement LogicalPlanVerifier to check if a logical plan is valid

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

Hyunsik Choi updated TAJO-236:
------------------------------

    Component/s: planner/optimizer

> Implement LogicalPlanVerifier to check if a logical plan is valid
> -----------------------------------------------------------------
>
>                 Key: TAJO-236
>                 URL: https://issues.apache.org/jira/browse/TAJO-236
>             Project: Tajo
>          Issue Type: Improvement
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>             Fix For: 0.2-incubating
>
>
> The current Tajo does not have any verification system to check whether a logical plan is valid, or not. LogicalPlanVerifier will verify the followings of a logical plan:
>  * operand types checking
>  ** some operators have type restrictions. For example, plus(\+)'s operands must be numerical values.
>  * Table and column existence check. 
>  ** Examples are as follows:
>  *** a create table statement must check if the table already exists
>  *** columns included in select list must exist in corresponding tables.



--
This message was sent by Atlassian JIRA
(v6.1#6144)