LuciferYang commented on code in PR #39226:
URL: https://github.com/apache/spark/pull/39226#discussion_r1057419363
##########
core/src/main/scala/org/apache/spark/status/AppStatusStore.scala:
##########
@@ -36,7 +36,8 @@ import org.apache.spark.util.kvstore.KVStore
*/
private[spark] class AppStatusStore(
val store: KVStore,
- val listener: Option[AppStatusListener] = None) {
+ val listener: Option[AppStatusListener] = None,
+ val storePath: Option[File] = None) {
Review Comment:
A new parameter has been added, which can also be changed into a class field
with init value `None`
--
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]