The GitHub Actions job "Lint PR" on fory.git/optional-pack has succeeded.
Run started by GitHub user stevenschlansker (triggered by stevenschlansker).

Head commit for run:
eec271f01b6afc255317274240ea17f745375996 / Steven Schlansker 
<[email protected]>
feat(java): store OptionalInt, OptionalLong, OptionalDouble same as nullable 
wrappers

currently, stored as a bean with two fields - present and value, taking 32 bytes
now, stored as nullable primitive, taking 8 bytes plus 1 bit for null

this is a breaking change to the row format, but since support is relatively 
recent, hopefully that is ok?

Report URL: https://github.com/apache/fory/actions/runs/15719077712

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to