[
https://issues.apache.org/jira/browse/SPARK-7862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhichao-li updated SPARK-7862:
------------------------------
Description:
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")
> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]