[
https://issues.apache.org/jira/browse/SPARK-15171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282560#comment-15282560
]
Apache Spark commented on SPARK-15171:
--------------------------------------
User 'clockfly' has created a pull request for this issue:
https://github.com/apache/spark/pull/13098
> Deprecate registerTempTable and add dataset.createTempView
> ----------------------------------------------------------
>
> Key: SPARK-15171
> URL: https://issues.apache.org/jira/browse/SPARK-15171
> Project: Spark
> Issue Type: New Feature
> Reporter: Sean Zhong
> Assignee: Sean Zhong
> Priority: Critical
> Labels: release_notes, releasenotes
> Fix For: 2.0.0
>
>
> Our current dataset.registerTempTable does not actually materialize data. So,
> it should be considered as creating a temp view. We can deprecate it and
> create a new method called dataset.createTempView(replaceIfExists: Boolean).
> The default value of replaceIfExists should be false. For registerTempTable,
> it will call dataset.createTempView(replaceIfExists = true).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]