[ 
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 100000).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

Reply via email to