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
I'm using Simple Binary Encoding (SBE) and noticed that when a field (e.g., int32) is not explicitly set by the sender, the decoder still returns a default value (0 for numeric types). This makes it impossible to distinguish between:
A field that was explicitly set to 0, and
A field that was never set (should be treated as "null" or "absent").