gengliangwang commented on code in PR #39202:
URL: https://github.com/apache/spark/pull/39202#discussion_r1057932164


##########
core/src/main/scala/org/apache/spark/status/KVUtils.scala:
##########
@@ -111,7 +122,7 @@ private[spark] object KVUtils extends Logging {
         // The default serializer is slow since it is using JSON+GZip encoding.
         Some(new KVStoreProtobufSerializer())
       } else {
-        None
+        Some(serializerForHistoryServer(conf))
       }

Review Comment:
   Thanks, I just did some refactoring. Please take another look



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