beliefer commented on a change in pull request #28042: [SPARK-31279][SQL][DOC]
Add version information to the configuration of Hive
URL: https://github.com/apache/spark/pull/28042#discussion_r399047144
##########
File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
##########
@@ -146,12 +155,14 @@ private[spark] object HiveUtils extends Logging {
.doc("A comma separated list of class prefixes that should explicitly be
reloaded for each " +
"version of Hive that Spark SQL is communicating with. For example, Hive
UDFs that are " +
"declared in a prefix that typically would be shared (i.e.
<code>org.apache.spark.*</code>).")
+ .version("1.4.0")
.stringConf
.toSequence
.createWithDefault(Nil)
val HIVE_THRIFT_SERVER_ASYNC = buildConf("spark.sql.hive.thriftServer.async")
.doc("When set to true, Hive Thrift server executes SQL queries in an
asynchronous way.")
+ .version("1.5.0")
Review comment:
SPARK-6964, commit ID:
eb19d3f75cbd002f7e72ce02017a8de67f562792#diff-ff50aea397a607b79df9bec6f2a841db
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]