chaokunyang commented on code in PR #2198:
URL: https://github.com/apache/fury/pull/2198#discussion_r2077274088


##########
go/fury/type.go:
##########
@@ -170,6 +223,27 @@ var (
        genericSetType     = reflect.TypeOf((*GenericSet)(nil)).Elem()
 )
 
+type TypeInfo struct {
+       Type          reflect.Type
+       FullNameBytes []byte
+       PkgPathBytes  *MetaStringBytes
+       NameBytes     *MetaStringBytes
+       IsDynamic     bool
+       TypeID        int32
+       LocalID       int16
+       Serializer    Serializer
+       NeedWriteDef  bool
+       hashValue     uint64
+}
+type (
+       namedTypeKey [2]string
+)
+
+type nsTypeKey struct {

Review Comment:
   We'd better not using abbr in type def



-- 
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]

Reply via email to