Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/22410#discussion_r217592782
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala ---
@@ -1309,6 +1312,8 @@ object HiveExternalCatalog {
val CREATED_SPARK_VERSION = SPARK_SQL_PREFIX + "create.version"
+ val HIVE_GENERATED_STORAGE_PROPERTIES = Set(SERIALIZATION_FORMAT)
--- End diff --
Actually the hive-generated storage property I think we should exclude for
now is only this one, but we might have some more in the future, so I'd say
"properties" and we will add them to this set in the case. WDYT?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]