HyukjinKwon commented on a change in pull request #32510:
URL: https://github.com/apache/spark/pull/32510#discussion_r630953291
##########
File path:
core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala
##########
@@ -264,7 +264,9 @@ private[spark] class FallbackConfigEntry[T] (
version
) {
- override def defaultValueString: String = s"<value of ${fallback.key}>"
+ override def defaultValue: Option[T] = fallback.defaultValue
Review comment:
Also this will change the docs of configurations
(https://spark.apache.org/docs/latest/configuration.html#runtime-sql-configuration)
and it won't document that which one is fallback anymore.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]