[ 
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)

Reply via email to