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
But if you do this then SBE will generate Java code with a compilation error in:
RedactedDecoder.java:121: error: incompatible types: possible lossy conversion from long to int
blockLength = dimensions.blockLength();
I can understand if you don't wish to support block lengths larger than a uint16 but I think doing this with SBE validation rather than generated invalid Java code would be a better approach.
The text was updated successfully, but these errors were encountered:
If you want to encode repeating groups larger than a
uint16
then you need to specify an increase in the size of the block length property:But if you do this then SBE will generate Java code with a compilation error in:
I can understand if you don't wish to support block lengths larger than a
uint16
but I think doing this with SBE validation rather than generated invalid Java code would be a better approach.The text was updated successfully, but these errors were encountered: