Description
Example queries failing with No join path :
Query:cube select sample_dim.name, measure4 from sample_cube left outer join sample_dim where time_range_in(dt, '2014-06-25-00', '2014-06-26-00') Status:FAILED:Launching query failed - Cause: Driver :org.apache.lens.driver.jdbc.JDBCDriver Cause :No join path from sample_dim to sample_cube Driver :org.apache.lens.driver.hive.HiveDriver Cause :No join path from sample_dim to sample_cube Total time in millis:37 Driver run time in millis:0
Could be mostly because of LENS-68, which added join_key attribute.