You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mrql.apache.org by "Leonidas Fegaras (JIRA)" <ji...@apache.org> on 2015/01/22 01:58:35 UTC

[jira] [Closed] (MRQL-61) Fix bug on select over union queries

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

Leonidas Fegaras closed MRQL-61.
--------------------------------
    Resolution: Fixed

The patch was applied to the GIT master.

> Fix bug on select over union queries
> ------------------------------------
>
>                 Key: MRQL-61
>                 URL: https://issues.apache.org/jira/browse/MRQL-61
>             Project: MRQL
>          Issue Type: Bug
>          Components: Query Optimization, Query Translation
>    Affects Versions: 0.9.4
>            Reporter: Leonidas Fegaras
>            Assignee: Leonidas Fegaras
>            Priority: Critical
>         Attachments: MRQL-61.patch
>
>
> This bug was reported by Marcos Freitas. Queries of the form:
> {code:SQL}
> select ... from x in ((select ...) union (select ...)) ...
> {code}
> cause a type error on the generated plan. The generated plan is also wrong (a cross product instead of a union). This error is probably in the QueryPlan class. 



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