Amareshwari Sriramadasu created LENS-1144: ---------------------------------------------
Summary: Multi storage queries are not written properly when storage start and end time is configured Key: LENS-1144 URL: https://issues.apache.org/jira/browse/LENS-1144 Project: Apache Lens Issue Type: Improvement Components: cube Reporter: Amareshwari Sriramadasu Assignee: Amareshwari Sriramadasu Fix For: 2.6 *Storages* S1 : no start and end time S2 : name="cube.storagetable.end.times" value="2016-03-31" S3 : name="cube.storagetable.start.times" value="2016-04-01" S4 : name="cube.storagetable.start.times" value="2016-04-01" *Query* cube select burn from mycube where time_range_in(d_time, '2016-03-30-00', '2016-04-01-23') --async All storages are skipped in this case. Expected a Union between S2 and S3 -- This message was sent by Atlassian JIRA (v6.3.4#6332)