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/17 13:42:13 UTC

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

     [ https://issues.apache.org/jira/browse/LENS-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated LENS-1144:
------------------------------------------
    Status: Patch Available  (was: Open)

> 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
>
>         Attachments: LENS-1144.patch
>
>
> *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)