beliefer commented on a change in pull request #27829:
[SPARK-30841][SQL][DOC][FOLLOW-UP] Add version information to the configuration
of SQL
URL: https://github.com/apache/spark/pull/27829#discussion_r388765047
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2111,14 +2111,14 @@ object SQLConf {
s"effect when ${REPL_EAGER_EVAL_ENABLED.key} is set to true. The valid
range of this " +
"config is from 0 to (Int.MaxValue - 1), so the invalid config like
negative and " +
"greater than (Int.MaxValue - 1) will be normalized to 0 and
(Int.MaxValue - 1).")
- .version("")
+ .version("2.4.0")
.intConf
.createWithDefault(20)
val REPL_EAGER_EVAL_TRUNCATE = buildConf("spark.sql.repl.eagerEval.truncate")
.doc("The max number of characters for each cell that is returned by eager
evaluation. " +
s"This only takes effect when ${REPL_EAGER_EVAL_ENABLED.key} is set to
true.")
- .version("")
+ .version("2.4.0")
Review comment:
SPARK-24215, commit ID:
6a0b77a55d53e74ac0a0892556c3a7a933474948#diff-9a6b543db706f1a90f790783d6930a13
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]