commit | 62445c1d2e8bcca1056abb4559518f1c8d995992 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Jun 29 00:00:00 2022 +0200 |
committer | Jens Geyer <jensg@apache.org> | Mon Sep 05 22:04:20 2022 +0200 |
tree | bea3319b780bf3b918997ba5317eae0151e2395b | |
parent | 6a797b9843f47b455740afc146ac490de95d74c2 [diff] [blame] |
THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests) Client: compiler general, netstd, Delphi Patch: Jens Geyer
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift index 5d0face..3750d8d 100644 --- a/test/DebugProtoTest.thrift +++ b/test/DebugProtoTest.thrift
@@ -48,6 +48,7 @@ 12: list<i8> byte_list = [1, 2, 3], 13: list<i16> i16_list = [1,2,3], 14: list<i64> i64_list = [1,2,3] + 15: uuid rfc4122_uuid } struct Bonk {