You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/07/15 08:30:20 UTC

[jira] [Assigned] (SPARK-16563) Repeat calling Spark SQL thrift server fetchResults return empty for ExecuteStatement operation

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

Apache Spark reassigned SPARK-16563:
------------------------------------

    Assignee:     (was: Apache Spark)

> Repeat calling Spark SQL thrift server fetchResults return empty for ExecuteStatement operation
> -----------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16563
>                 URL: https://issues.apache.org/jira/browse/SPARK-16563
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.6.2
>            Reporter: Gu Huiqin Alice
>            Priority: Minor
>
> Repeat calling FetchResults(... orientation=FetchOrientation.FETCH_FIRST ..) of spark sql thrift service will return empty set after calling ExecuteStatement of TCLIService. 
> The bug exist in *function public RowSet getNextRowSet(FetchOrientation orientation, long maxRows)*
> https://github.com/apache/spark/blob/02c8072eea72425e89256347e1f373a3e76e6eba/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/operation/SQLOperation.java#L332
> The iterator for geting result can be used for only once, so repeat calling FetchResults with FETCH_FIRST parameter will return empty result. 
> FetchOrientation.FETCH_FIRST



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org