[ 
https://issues.apache.org/jira/browse/LENS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259990#comment-15259990
 ] 

Hadoop QA commented on LENS-1008:
---------------------------------

Applied patch: 
[lens-1008.v2.patch|https://issues.apache.org/jira/secure/attachment/12800819/lens-1008.v2.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/399/

> Support simple iterator over HTTPResultSet for lens clients 
> ------------------------------------------------------------
>
>                 Key: LENS-1008
>                 URL: https://issues.apache.org/jira/browse/LENS-1008
>             Project: Apache Lens
>          Issue Type: New Feature
>            Reporter: Puneet Gupta
>            Assignee: Puneet Gupta
>         Attachments: lens-1008.v2.patch
>
>
> The result iterator can have the following methods 
> public interface ResultSet {
>   public boolean hasNext();
>   public String[] next();
>   public String[] getColumnNames();
> }
> This can be used by clients to programmatically consume the result with ease.



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

Reply via email to