dcelasun commented on code in PR #2708:
URL: https://github.com/apache/thrift/pull/2708#discussion_r995188212
##########
lib/go/thrift/type.go:
##########
@@ -38,9 +38,7 @@ const (
MAP = 13
SET = 14
LIST = 15
- UTF8 = 16
- UTF16 = 17
- //BINARY = 18 wrong and unusued
+ UUID = 16
Review Comment:
> is that true? I thought all UUID related changes are merged after 0.18.0.
I only did a cursory check. `TType.java` was last modified on 9 June with
`UUID=17` and 0.17.0 was released on 18 September.
--
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]