You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Abhishek Tripathi (JIRA)" <ji...@apache.org> on 2015/05/22 10:32:17 UTC

[jira] [Updated] (LENS-567) List Query by Time range not working

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

Abhishek Tripathi updated LENS-567:
-----------------------------------
    Description: 



{CODE}
lens-shell>prepQuery prepare cube select id,name from sample_dim where name != 'first'
ba7520d5-77f0-4adc-8804-79279a595ee9
lens-shell>prepQuery list --fromDate 1432104003 --toDate 1432104123
No prepared queries
{CODE}

  was:
{CODE}
lens-shell>prepQuery prepare cube select id,name from sample_dim where name != 'first'
ba7520d5-77f0-4adc-8804-79279a595ee9
lens-shell>prepQuery list --fromDate 1432104003 --toDate 1432104123
No prepared queries
{CODE}


> List  Query by Time range not working
> -------------------------------------
>
>                 Key: LENS-567
>                 URL: https://issues.apache.org/jira/browse/LENS-567
>             Project: Apache Lens
>          Issue Type: Bug
>            Reporter: Abhishek Tripathi
>
> {CODE}
> lens-shell>prepQuery prepare cube select id,name from sample_dim where name != 'first'
> ba7520d5-77f0-4adc-8804-79279a595ee9
> lens-shell>prepQuery list --fromDate 1432104003 --toDate 1432104123
> No prepared queries
> {CODE}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)