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

    https://github.com/apache/spark/pull/19124#discussion_r137075768
  
    --- 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 --
    
    What is Hive schema? What is Parquet schema? 
    
    Could you insert rows to the table you created? 


---

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

Reply via email to