HyukjinKwon commented on code in PR #36377:
URL: https://github.com/apache/spark/pull/36377#discussion_r861434877
##########
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala:
##########
@@ -198,6 +198,12 @@ private[spark] object HiveUtils extends Logging {
.booleanConf
.createWithDefault(true)
+ val HIVE_STATS_AUTOGATHER = buildConf("spark.sql.hive.stats.autogather")
+ .doc("When set to false, Hive client won't write default statitic
metadata.")
+ .version("3.3.0")
Review Comment:
Should probably be 3.4.0.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]