Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19124#discussion_r137054349
--- 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 --
@gatorsmile . I have a question. Do we have an issue on Hive SERDE table?
```
CREATE TABLE t(`a b` INT) USING hive OPTIONS (fileFormat 'parquet')
```
I thought Hive schema is preferred than Parquet schema.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]