srowen commented on a change in pull request #25470: [SPARK-28751][Core][WIP]
Improve java serializer deserialization performance
URL: https://github.com/apache/spark/pull/25470#discussion_r319105836
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -1333,6 +1333,12 @@ package object config {
.booleanConf
.createWithDefault(true)
+ private[spark] val JAVA_SERIALIZER_CACHE_RESOLVED_CLASSES =
+ ConfigBuilder("spark.serializer.javaSerializer.cache.resolvedClasses")
+ .doc("Whether to cache the resolved class when deserialize object with
JavaSerializer")
Review comment:
deserialize object -> deserializing objects
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]