Github user jinxing64 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21252#discussion_r188187631
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1238,6 +1238,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val COMBINE_LIMIT_AFTER_SORT_THRESHOLD =
+ buildConf("spark.sql.execution.combineLimitAfterSortThreshold")
--- End diff --
I go by `topKSortFallbackThreshold` and updated the change.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]