chaokunyang commented on code in PR #1623:
URL: https://github.com/apache/incubator-fury/pull/1623#discussion_r1596751051
##########
java/fury-core/src/main/java/org/apache/fury/config/Config.java:
##########
@@ -54,6 +54,7 @@ public class Config implements Serializable {
private final boolean deserializeUnexistedClass;
private final boolean scalaOptimizationEnabled;
private transient int configHash;
+ private final boolean enumDeserializeErrorIgnored;
Review Comment:
How about naming it as `deserializeUnexistentEnumValueAsNull`
--
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]