Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21931#discussion_r208832383
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1437,6 +1437,16 @@ object SQLConf {
.intConf
.createWithDefault(20)
+ val FAST_HASH_AGGREGATE_MAX_ROWS_CAPACITY_BIT =
+ buildConf("spark.sql.codegen.aggregate.map.row.capacitybit")
--- End diff --
spark.sql.codegen.aggregate.fastHashMap.capacityBit?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]