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/12/15 17:54:07 UTC

[jira] [Updated] (TAJO-419) Add missing visitor methods of AlgebraVisitor and BaseAlgebraVisitor

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

Hyunsik Choi updated TAJO-419:
------------------------------

    Attachment: TAJO-419.patch

> Add missing visitor methods of AlgebraVisitor and BaseAlgebraVisitor
> --------------------------------------------------------------------
>
>                 Key: TAJO-419
>                 URL: https://issues.apache.org/jira/browse/TAJO-419
>             Project: Tajo
>          Issue Type: Improvement
>          Components: parser, planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-419.patch
>
>
> This patch primarily adds all missing operator types' visitor methods of AlgebraVisitor and implements concrete methods in BaseAlgebraVisitor. Currently, BaseAlgebraVisitor may cause incorrect PlanningException because BaseAlgebraVisitor does not handle all operator types. This patch eliminates this potential bug.
> In addition, this patch contains two refactors in order to eliminate duplicate names:
>  * Rename tajo.algebra.DataType to DataTypeExpr
>  * Rename tajo.algebra.Target to TargetExpr



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)