ulysses-you commented on a change in pull request #32510:
URL: https://github.com/apache/spark/pull/32510#discussion_r630987216



##########
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:
       yeah, I think we don't need to show the fallback config that might be 
marked as `Deprecated`.




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to