Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19124#discussion_r136926003
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/command/createDataSourceTables.scala
 ---
    @@ -85,6 +87,13 @@ case class CreateDataSourceTableCommand(table: 
CatalogTable, ignoreIfExists: Boo
           }
         }
     
    +    table.provider.get.toLowerCase match {
    --- End diff --
    
    We are able to check here for a normal `CREATE TABLE`.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to