[
https://issues.apache.org/jira/browse/SPARK-14563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237611#comment-15237611
]
Apache Spark commented on SPARK-14563:
--------------------------------------
User 'mengxr' has created a pull request for this issue:
https://github.com/apache/spark/pull/12330
> SQLTransformer.transformSchema is not implemented correctly
> -----------------------------------------------------------
>
> Key: SPARK-14563
> URL: https://issues.apache.org/jira/browse/SPARK-14563
> Project: Spark
> Issue Type: Bug
> Components: ML
> Affects Versions: 1.6.1, 2.0.0
> Reporter: Xiangrui Meng
> Assignee: Xiangrui Meng
>
> `transformSchema` uses `__THIS__` as a temp table name, which would cause
> errors under HiveContext (in Spark 1.6):
> {code}
> org.apache.spark.sql.AnalysisException: cannot recognize input near
> '__THIS__' '<EOF>' '<EOF>' in join source; line 1 pos 39
> {code}
> It also exposes race conditions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]