[
https://issues.apache.org/jira/browse/LENS-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15286688#comment-15286688
]
Hadoop QA commented on LENS-1144:
---------------------------------
Applied patch:
[LENS-1144.patch|https://issues.apache.org/jira/secure/attachment/12804420/LENS-1144.patch]
and ran command: mvn clean install -fae. Result: Failure. Build Job:
https://builds.apache.org/job/PreCommit-Lens-Build/447/
> 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)