From ace8613f0f21601296744eedc1ce80dd1ca0fdae Mon Sep 17 00:00:00 2001 From: Triton <19377203+EnigmaTriton@users.noreply.github.com> Date: Tue, 20 Jul 2021 08:01:19 +0200 Subject: 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. --- doc/specs/thrift-binary-protocol.md | 6 +++--- doc/specs/thrift-compact-protocol.md | 24 +++++++++++++----------- 2 files changed, 16 insertions(+), 14 deletions(-) (limited to 'doc') diff --git a/doc/specs/thrift-binary-protocol.md b/doc/specs/thrift-binary-protocol.md index fc3338f6b..4284328e5 100644 --- a/doc/specs/thrift-binary-protocol.md +++ b/doc/specs/thrift-binary-protocol.md @@ -1,4 +1,4 @@ -Thrift Binary protocol encoding +Thrift Binary protocol encoding ===============================