pan3793 commented on code in PR #57676:
URL: https://github.com/apache/spark/pull/57676#discussion_r3691684071


##########
core/src/main/scala/org/apache/spark/internal/config/History.scala:
##########
@@ -193,6 +193,14 @@ private[spark] object History {
       .booleanConf
       .createWithDefault(true)
 
+  val EVENT_LOG_SINGLE_ON_DEMAND_LOAD_ENABLED =
+    ConfigBuilder("spark.history.fs.eventLog.single.onDemandLoadEnabled")

Review Comment:
   @dongjoon-hyun thanks for checking, I removed the `single` part from the 
config key, also updated PR description and UT.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to