[
https://issues.apache.org/jira/browse/LENS-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038491#comment-16038491
]
Hadoop QA commented on LENS-1430:
---------------------------------
Applied patch:
[LENS-1430_1.patch|https://issues.apache.org/jira/secure/attachment/12871229/LENS-1430_1.patch]
and ran command: mvn clean install -fae. Result: Failure. Build Job:
https://builds.apache.org/job/PreCommit-Lens-Build/1308/
> Expressions are not getting resolved correctly in union query
> -------------------------------------------------------------
>
> Key: LENS-1430
> URL: https://issues.apache.org/jira/browse/LENS-1430
> Project: Apache Lens
> Issue Type: Bug
> Components: cube
> Reporter: Sushil Mohanty
> Assignee: Sushil Mohanty
> Attachments: LENS-1430_1.patch, LENS-1430.patch
>
>
> Expressions are not getting resolved correctly for the below case
> {CODE}
> case when expr1 = 0 then 0 else expr2 * 100 / expr1 end
> {CODE}
> expr1 is answerable by Candidate1 and Candidate2
> expr2 is answerable by Candidate1
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)