Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19719#discussion_r150402144
--- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
---
@@ -66,6 +66,14 @@ private[spark] object HiveUtils extends Logging {
.stringConf
.createWithDefault(builtinHiveVersion)
+ // A fake config which is only here for backward compatibility reasons.
This config has no affect
+ // to Spark, just for reporting the builtin Hive version of Spark to
existing applications that
+ // already reply on this config.
--- End diff --
`reply ` -> `rely`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]