chaokunyang commented on code in PR #1623:
URL: https://github.com/apache/incubator-fury/pull/1623#discussion_r1597355857
##########
java/fury-core/src/main/java/org/apache/fury/config/Config.java:
##########
@@ -100,6 +102,10 @@ public boolean isStringRefIgnored() {
return stringRefIgnored;
}
+ public boolean isDeserializeUnexistentEnumValueAsNull() {
Review Comment:
Rename to 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]