You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2016/05/16 12:34:13 UTC

[jira] [Created] (LENS-1144) Multi storage queries are not written properly when storage start and end time is configured

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)