[ 
https://issues.apache.org/jira/browse/SPARK-16267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-16267:
------------------------------------

    Assignee: Apache Spark

> Replace deprecated `CREATE TEMPORARY TABLE` from testsuites
> -----------------------------------------------------------
>
>                 Key: SPARK-16267
>                 URL: https://issues.apache.org/jira/browse/SPARK-16267
>             Project: Spark
>          Issue Type: Test
>          Components: Tests
>            Reporter: Dongjoon Hyun
>            Assignee: Apache Spark
>            Priority: Trivial
>
> After SPARK-15674, `DDLStrategy` prints out the following deprecation 
> messages in the testsuites.
> {code}
> 12:10:53.284 WARN org.apache.spark.sql.execution.SparkStrategies$DDLStrategy: 
> CREATE TEMPORARY TABLE normal_orc_source USING... is deprecated, please use 
> CREATE TEMPORARY VIEW viewName USING... instead
> {code}
> - JDBCWriteSuite: 14
> - DDLSuite: 6
> - TableScanSuite: 6
> - ParquetSourceSuite: 5
> - OrcSourceSuite: 2
> - SQLQuerySuite: 2
> - HiveCommandSuite: 2
> - JsonSuite: 1
> - PrunedScanSuite: 1
> - FilteredScanSuite  1
> This PR replaces `CREATE TEMPORARY TABLE` with `CREATE TEMPORARY VIEW` in 
> order to remove the deprecation messages except `DDLSuite`, `SQLQuerySuite`, 
> `HiveCommandSuite`.



--
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