Raghavendra Singh created LENS-79:
-------------------------------------

             Summary: explicit join condition should override auto join 
condition
                 Key: LENS-79
                 URL: https://issues.apache.org/jira/browse/LENS-79
             Project: Apache Lens
          Issue Type: Bug
            Reporter: Raghavendra Singh


consider the query like:
{CODE}
cube select dim.d1, cube.m1 from cube inner join dim on cube.m2 = dim.d2
{CODE}

also the auto join condition for these tables is defines as cube.m3 = dim.d3

currently,
both conditions are added separated by and

it should drop the auto join condition and pick the explicit condition only



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

Reply via email to