Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21252#discussion_r186346747
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1238,6 +1238,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val SORT_IN_MEM_FOR_LIMIT_THRESHOLD =
+ buildConf("spark.sql.limit.sortInMemThreshold")
--- End diff --
`spark.sql.execution.combineLimitAfterSortTreshold`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]