[jira] [Resolved] (SPARK-7862) Query would hang when the using script has error output in SparkSQL

2015-06-29 Thread Michael Armbrust (JIRA)

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

Michael Armbrust resolved SPARK-7862.
-
Resolution: Fixed

Issue resolved by pull request 6882
[https://github.com/apache/spark/pull/6882]

> Query would hang when the using script has error output in SparkSQL
> ---
>
> Key: SPARK-7862
> URL: https://issues.apache.org/jira/browse/SPARK-7862
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: zhichao-li
>Assignee: Cheng Hao
> Fix For: 1.5.0
>
>
> Steps to reproduce:
> val data = (1 to 10).map { i => (i, i, i) }
> data.toDF("d1", "d2", "d3").registerTempTable("script_trans")
>  sql("SELECT TRANSFORM (d1, d2, d3) USING 'cat 1>&2' AS (a,b,c) FROM 
> script_trans")



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

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



[jira] [Resolved] (SPARK-7862) Query would hang when the using script has error output in SparkSQL

2015-06-11 Thread Michael Armbrust (JIRA)

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

Michael Armbrust resolved SPARK-7862.
-
   Resolution: Fixed
Fix Version/s: 1.5.0

Issue resolved by pull request 6404
[https://github.com/apache/spark/pull/6404]

> Query would hang when the using script has error output in SparkSQL
> ---
>
> Key: SPARK-7862
> URL: https://issues.apache.org/jira/browse/SPARK-7862
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Reporter: zhichao-li
> Fix For: 1.5.0
>
>
> Steps to reproduce:
> val data = (1 to 10).map { i => (i, i, i) }
> data.toDF("d1", "d2", "d3").registerTempTable("script_trans")
>  sql("SELECT TRANSFORM (d1, d2, d3) USING 'cat 1>&2' AS (a,b,c) FROM 
> script_trans")



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

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