The GitHub Actions job "Fory CI" on fory.git/main has succeeded. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: a7f06795423906db6dbd371098da1746f4cf1c3d / Steven Schlansker <[email protected]> feat(java): store OptionalInt, OptionalLong, OptionalDouble same as nullable values (#2338) ## What does this PR do? currently, optional wrappers are stored as a bean with two fields - present and value, taking 32 bytes with this change, 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/15748599974 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
