Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22410#discussion_r217590735
--- 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 --
@ueshin . The title means `Hive-generated storage properties`, but this PR
excludes only this one. Could you add more? Othewise, can we make this as a
SQLConf in order to be configurable?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]