xiazcy commented on code in PR #3153: URL: https://github.com/apache/tinkerpop/pull/3153#discussion_r2195326587
########## gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java: ########## @@ -342,6 +342,7 @@ public static List<TypeRegistration<?>> initV3Registrations() { add(GryoTypeReg.of(Pick.class, 137)); add(GryoTypeReg.of(DT.class, 198)); add(GryoTypeReg.of(Merge.class, 196)); + add(GryoTypeReg.of(DT.class, 199)); Review Comment: Oh this looks like a miss from copying. And yea, I wonder why tests passed. -- 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: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org