Github user squito commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13831#discussion_r70062869
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandSuite.scala
 ---
    @@ -776,21 +778,29 @@ class DDLCommandSuite extends PlanTest {
         val parsed2 = parser.parsePlan(s"DROP TABLE IF EXISTS $tableName1")
         val parsed3 = parser.parsePlan(s"DROP TABLE $tableName2")
         val parsed4 = parser.parsePlan(s"DROP TABLE IF EXISTS $tableName2")
    -    assertUnsupported(s"DROP TABLE IF EXISTS $tableName2 PURGE")
    +    val parsed5 = parser.parsePlan(s"DROP TABLE $tableName2 PURGE")
    --- End diff --
    
    for completeness, probably worth also checking IF EXISTS ... PURGE combo


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to