dongjoon-hyun commented on a change in pull request #30465:
URL: https://github.com/apache/spark/pull/30465#discussion_r529095950



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -216,16 +216,16 @@ object SQLConf {
         "for using switch statements in InSet must be non-negative and less 
than or equal to 600")
       .createWithDefault(400)
 
-  val OPTIMIZER_LIKE_ALL_CONVERSION_THRESHOLD =
-    buildConf("spark.sql.optimizer.likeAllConversionThreshold")
+  val OPTIMIZER_MULTI_LIKE_CONVERSION_THRESHOLD =
+    buildConf("spark.sql.optimizer.multiLikeConversionThreshold")
       .internal()
-      .doc("Configure the maximum size of the pattern sequence in like all. 
Spark will convert " +
-        "the logical combination of like to avoid StackOverflowError. 200 is 
an empirical value " +
-        "that will not cause StackOverflowError.")
+      .doc("Configure the maximum size of the pattern sequence in like 
[all|any|some]. Spark " +
+        "will convert the logical combination of like to avoid 
StackOverflowError. 200 is an " +

Review comment:
       `like` -> `LIKE`




----------------------------------------------------------------
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]

Reply via email to