kevincmchen commented on a change in pull request #33746: URL: https://github.com/apache/spark/pull/33746#discussion_r689380411
########## File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala ########## @@ -118,6 +118,13 @@ private[spark] object HiveUtils extends Logging { .toSequence .createWithDefault(Nil) + val HIVE_METASTORE_METACONF_PREFIX = buildStaticConf("spark.sql.hive.metastore.metaconf.prefix") + .doc("the prefix of the meta conf in HiveMetastoreClient, which is used to extract " + Review comment: I want to update the description to "prefix of the meta conf that could be used to set the HiveMetastoreClient.", do you think it's better? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org