Github user sadhen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22685#discussion_r224053653
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala
---
@@ -123,7 +123,7 @@ object StaticSQLConf {
val UI_RETAINED_EXECUTIONS =
buildStaticConf("spark.sql.ui.retainedExecutions")
.doc("Number of executions to retain in the Spark UI.")
- .intConf
+ .longConf
--- End diff --
This involves a implicit `int2long` cast.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]