You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/08/14 18:29:20 UTC

[jira] [Reopened] (SPARK-17053) DROP statement should not require IF EXISTS

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

Dongjoon Hyun reopened SPARK-17053:
-----------------------------------

Hi, [~superpanpan]. 
Could you leave some comment why you close this issue with `WON'T FIX`?

> DROP statement should not require IF EXISTS
> -------------------------------------------
>
>                 Key: SPARK-17053
>                 URL: https://issues.apache.org/jira/browse/SPARK-17053
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Gokhan Civan
>
> In version 1.6.1, the following does not throw an exception:
> create table a as select 1; drop table a; drop table a;
> In version 2.0.0, the second drop fails; this is not compatible with Hive.
> The same problem exists for views.



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