viirya commented on code in PR #37129:
URL: https://github.com/apache/spark/pull/37129#discussion_r918559156


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -412,6 +412,14 @@ object SQLConf {
       .longConf
       .createWithDefault(67108864L)
 
+  val PUSH_DOWN_LOCAL_TOPK_LIMIT_THRESHOLD =
+    buildConf("spark.sql.optimizer.pushDownLocalTopKLimitThreshold")
+      .doc("If the limit number does not larger than this threshold, Spark 
will try to push " +

Review Comment:
   ```suggestion
         .doc("If the limit number is not larger than this threshold, Spark 
will try to push " +
   ```



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

Reply via email to