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

Laurent Goujon updated CALCITE-2140:
------------------------------------
    Description: 
Methods {{Statement#getMoreResults}} and {{Statement#getMoreResults(int)}} are 
currently throwing a {{SQLFeatureNotSupportedException}}, but at least one tool 
(DataGrip) is calling the first method after each SQL request.

Avatica doesn't support multiple {{ResultSet}} for a given {{Statement}} (see 
[https://github.com/apache/calcite-avatica/blob/master/core/src/main/java/org/apache/calcite/avatica/AvaticaDatabaseMetaData.java#L1148]),
 so a basic implementation could close the current open result set (if any), 
and return {{false}} for both methods (unless the int argument is equal to 
{{Statement.KEEP_CURRENT_RESULT or Statement.CLOSE_ALL_RESULTS).

  was:
Methods {{Statement#getMoreResults}} and {{Statement#getMoreResults(int)}} are 
currently throwing a {{SQLFeatureNotSupportedException}}, but at least one tool 
(DataGrip) is calling the first method after each SQL request.

Avatica doesn't support multiple {{ResultSet}} for a given {{Statement }}(see{{ 
https://github.com/apache/calcite-avatica/blob/master/core/src/main/java/org/apache/calcite/avatica/AvaticaDatabaseMetaData.java#L1148}}),
 so a basic implementation could close the current open result set (if any), 
and return {{false}} for both methods (unless the int argument is equal to 
{{Statement.KEEP_CURRENT_RESULT or Statement.CLOSE_ALL_RESULTS).}}


> Basic implementation of Statement#getMoreResults()
> --------------------------------------------------
>
>                 Key: CALCITE-2140
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2140
>             Project: Calcite
>          Issue Type: Improvement
>          Components: avatica
>            Reporter: Laurent Goujon
>            Priority: Minor
>
> Methods {{Statement#getMoreResults}} and {{Statement#getMoreResults(int)}} 
> are currently throwing a {{SQLFeatureNotSupportedException}}, but at least 
> one tool (DataGrip) is calling the first method after each SQL request.
> Avatica doesn't support multiple {{ResultSet}} for a given {{Statement}} (see 
> [https://github.com/apache/calcite-avatica/blob/master/core/src/main/java/org/apache/calcite/avatica/AvaticaDatabaseMetaData.java#L1148]),
>  so a basic implementation could close the current open result set (if any), 
> and return {{false}} for both methods (unless the int argument is equal to 
> {{Statement.KEEP_CURRENT_RESULT or Statement.CLOSE_ALL_RESULTS).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to