[ 
https://issues.apache.org/jira/browse/LENS-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15526088#comment-15526088
 ] 

Hudson commented on LENS-1334:
------------------------------

UNSTABLE: Integrated in Jenkins build Lens-Commit-Java8 #265 (See 
[https://builds.apache.org/job/Lens-Commit-Java8/265/])
LENS-1334 : Fix full outer join condition for multi fact queries with 
(amareshwari: rev f1a959bdd78e4161b7883734776e4dc4c464bb49)
* (edit) 
lens-cube/src/main/java/org/apache/lens/cube/parse/MultiFactHQLContext.java
* (edit) 
lens-cube/src/test/java/org/apache/lens/cube/parse/TestBaseCubeQueries.java


> Full outer join queries join conditions not rewritten correctly when more 
> than two table involved
> -------------------------------------------------------------------------------------------------
>
>                 Key: LENS-1334
>                 URL: https://issues.apache.org/jira/browse/LENS-1334
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: cube
>            Reporter: Sushil Mohanty
>            Assignee: Sushil Mohanty
>             Fix For: 2.7
>
>         Attachments: LENS-1334-1.patch
>
>
> Currently full outer join queries are written like below
> {CODE}
> ...from A full outer join B full outer join C on A.col = B.col and A.col = 
> C.col
> {CODE}
> instead it should be rewritten as 
> {CODE}
> ...from A full outer join B  on a.col = b.col full outer join C on b.col = 
> c.col
> {CODE}



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

Reply via email to