moomindani commented on a change in pull request #27690:
URL: https://github.com/apache/spark/pull/27690#discussion_r411040014
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -751,6 +751,22 @@ object SQLConf {
.checkValues(HiveCaseSensitiveInferenceMode.values.map(_.toString))
.createWithDefault(HiveCaseSensitiveInferenceMode.NEVER_INFER.toString)
+ val HIVE_BLOBSTORE_SUPPORTED_SCHEMES =
+ buildConf("spark.sql.hive.blobstore.supported.schemes")
+ .doc("Comma-separated list of supported blobstore schemes.")
Review comment:
Added the lines into the new configurations.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]