[
https://issues.apache.org/jira/browse/LENS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251751#comment-15251751
]
Puneet Gupta commented on LENS-1008:
------------------------------------
https://reviews.apache.org/r/46485/
> 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
>
> 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)