You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Maryann Xue (JIRA)" <ji...@apache.org> on 2015/11/05 19:42:27 UTC

[jira] [Resolved] (PHOENIX-2078) Non-Phoenix convention Rel appear as a child of Phoenix Rel after application of XXXTransposeRule or other similar rules

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

Maryann Xue resolved PHOENIX-2078.
----------------------------------
    Resolution: Fixed

> Non-Phoenix convention Rel appear as a child of Phoenix Rel after application of XXXTransposeRule or other similar rules
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-2078
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2078
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Maryann Xue
>            Assignee: Maryann Xue
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> For example, in the middle of the planner opt process, we have a rel subtree like:
> LogicalFilter
>     PhoenixServerProject
>          some_phoenix_rel
> And it can be matched against FilterTransposeRule, which will produce a new rel like
> PhoenixServerProject
>     LogicalFilter
>         some_phoenix_rel
> This would turn out to be issue if the LogicalFilter gets converted into a RelNode of some other convention later (for example, Enumerable), which means an Enumerable Rel could appear as a child of a Phoenix Rel which is actually not implementable. (In future we might be able to convert an Enumerable or JDBC or some other Rel into a PhoenixRel, but there should always be a converter Rel there.)



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