mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
The short and byte types are two's complement network byte order, just like varint (except fixed size) and so varint can read them just fine. Mark them as value compatible like int32_type and long_type. A unit test is added. Message-Id: <20200516115143.28690-1-avi@scylladb.com>