-
Notifications
You must be signed in to change notification settings - Fork 304
proper support for int16 format. #5615
Copy link
Copy link
Open
Labels
type:breaking-changeAn issue that will result in dependent client projects failing.An issue that will result in dependent client projects failing.type:featureNew experience requestNew experience request
Milestone
Description
Is your feature request related to a problem? Please describe the problem.
Follow up to #5611
Adding proper support for int16 would mean adding a new method to the parse node and serialization writer interfaces, which means a breaking change.
After changes in #5614, the int16 format is mapped to the integer type. However, languages
- C# could use the
shorttype - Golang could use
int16type - Java could use the short type.
At the next breaking change we should take advantage of the opportunity to add support for the format for more precision.
Client library/SDK language
None
Describe the solution you'd like
Support the int16 format for languages that provide types with the level of precision.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:breaking-changeAn issue that will result in dependent client projects failing.An issue that will result in dependent client projects failing.type:featureNew experience requestNew experience request
Type
Projects
Status
Proposed 💡