LiangliangSui commented on code in PR #1667:
URL: https://github.com/apache/incubator-fury/pull/1667#discussion_r1623947168
##########
java/fury-core/src/main/java/org/apache/fury/meta/Encoders.java:
##########
@@ -38,6 +38,8 @@
public class Encoders {
public static final MetaStringEncoder PACKAGE_ENCODER = new
MetaStringEncoder('.', '_');
public static final MetaStringDecoder PACKAGE_DECODER = new
MetaStringDecoder('.', '_');
+ public static final MetaStringEncoder GENERIC_ENCODER = PACKAGE_ENCODER;
Review Comment:
Done
--
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]