dongjoon-hyun commented on code in PR #49389:
URL: https://github.com/apache/spark/pull/49389#discussion_r1904927751
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1518,6 +1518,14 @@ object SQLConf {
.intConf
.createOptional
+ val HIVE_FUNCTION_RESOURCE_URI_LENGTH_THRESHOLD =
+ buildConf("spark.sql.hive.functionResourceUriLengthThreshold")
+ .internal()
+ .doc("The maximum length allowed for a function resource uri in Hive
metastore.")
+ .version("4.0.0")
+ .intConf
+ .createWithDefault(4000)
Review Comment:
And, why this is a configurable?
--
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]