You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/06/28 23:44:10 UTC

[jira] [Assigned] (SPARK-16267) Replace deprecated `CREATE TEMPORARY TABLE` from testsuites

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

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

    Assignee:     (was: 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
>            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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org