CJCombrink commented on code in PR #3330:
URL: https://github.com/apache/thrift/pull/3330#discussion_r2893903215
##########
lib/py/src/ext/types.h:
##########
@@ -76,8 +79,9 @@ enum TType {
T_MAP = 13,
T_SET = 14,
T_LIST = 15,
- T_UTF8 = 16,
- T_UTF16 = 17
+ T_UTF8 = 11,
+ T_UTF16 = 11,
Review Comment:
_I can't even remember that thanks_
@Jens-G Do you maybe suggest I also delete it on this side
(I see the same on the JS/TS side so can do it there as well)
--
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]