You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
The byte type has been deprecated in favour of i8, and causes the following warning from the official compiler:
[WARNING:/data/thrift-samples/constants/Constants.thrift:5] The "byte"type is a compatibility aliasfor"i8". Use "i8" to emphasize the signedness of this type.
The
bytetype has been deprecated in favour ofi8, and causes the following warning from the official compiler: