chaokunyang commented on code in PR #1661:
URL: https://github.com/apache/incubator-fury/pull/1661#discussion_r1620481046
##########
java/fury-core/src/main/java/org/apache/fury/resolver/ClassResolver.java:
##########
@@ -160,45 +160,45 @@ public class ClassResolver {
// bit 0 unset indicates class is written as an id.
public static final byte USE_CLASS_VALUE_FLAG = 0b1;
// preserve 0 as flag for class id not set in ClassInfo`
- public static final short NO_CLASS_ID = (short) 0;
- public static final short LAMBDA_STUB_ID = 1;
Review Comment:
Different languages have different type systems. The type id for java native
serialization and xlang serialization may be different.
--
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]