| commit | ace8613f0f21601296744eedc1ce80dd1ca0fdae | [log] [tgz] |
|---|---|---|
| author | Triton <19377203+EnigmaTriton@users.noreply.github.com> | Tue Jul 20 08:01:19 2021 +0200 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Aug 22 19:00:10 2021 +0200 |
| tree | 2dfb0fed1e144192f13c5593496b7c3723114f16 | |
| parent | 77afa017ce625449435f43481e2839957a409beb [diff] |
Fix specification to match implementation As stated in THRIFT-5300, the specification was wrong and type identifiers for collections DO match the field types (except for the obvious boolean type which is then represented as only `BOOL_TRUE`). Also replaced `BYTE` name with `I8` as the former is documented as a compatibility name only (especially since some languages have an unsigned byte type). [skip ci] Trivial documentation changes only.