[
https://issues.apache.org/jira/browse/SPARK-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272103#comment-14272103
]
Apache Spark commented on SPARK-5187:
-------------------------------------
User 'marmbrus' has created a pull request for this issue:
https://github.com/apache/spark/pull/3987
> CACHE TABLE AS SELECT fails with Hive UDFs
> ------------------------------------------
>
> Key: SPARK-5187
> URL: https://issues.apache.org/jira/browse/SPARK-5187
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.2.0
> Reporter: Michael Armbrust
> Assignee: Michael Armbrust
> Priority: Blocker
>
> {code}
> test("CACHE TABLE with Hive UDF") {
> sql("CACHE TABLE udfTest AS SELECT * FROM src WHERE floor(key) = 1")
> assertCached(table("udfTest"))
> uncacheTable("udfTest")
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]