[
https://issues.apache.org/jira/browse/LENS-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15525276#comment-15525276
]
Hadoop QA commented on LENS-1334:
---------------------------------
Applied patch:
[LENS-1334-1.patch|https://issues.apache.org/jira/secure/attachment/12830263/LENS-1334-1.patch]
and ran command: mvn clean install -fae. Result: Failure. Build Job:
https://builds.apache.org/job/PreCommit-Lens-Build/962/
> 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)