[
https://issues.apache.org/jira/browse/LENS-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15509467#comment-15509467
]
Srikanth Sundarrajan commented on LENS-996:
-------------------------------------------
{code}
- public List<QueryHandle> getQueries(String state, String queryName, String
user, String driver, long fromDate,
- long toDate) {
+ public List<QueryHandle> getQueries(String state, String queryName, String
user, String driver, String fromDate,
+ String toDate) {
{code}
Signature of LensClient::getQueries() changed with this patch I guess.
> Improvements in filters of query list api
> -----------------------------------------
>
> Key: LENS-996
> URL: https://issues.apache.org/jira/browse/LENS-996
> Project: Apache Lens
> Issue Type: Improvement
> Components: server
> Reporter: Rajat Khandelwal
> Assignee: Rajat Khandelwal
> Labels: incompatible
> Fix For: 2.6
>
> Attachments: LENS-996.04.patch, LENS-996.06.patch, LENS-996.07.patch,
> LENS-996.08.patch, LENS-996.09.patch, LENS-996.10.patch, LENS-996.12.patch,
> rb50133.patch
>
>
> 1. fromDate and endDate should also take human readable dates.
> DateUtil.resolveDate can be used.
> 2. the status filter should be case-insensitive.
> 3. status filter can take multiple comma separated values and return the
> union in the result.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)