stevenschlansker opened a new pull request, #2254: URL: https://github.com/apache/fury/pull/2254
## What does this PR do? Support `Optional<T>` in java row format Stored as an inline nullable field - so this implementation chooses not to differentiate between `(Optional) null` and `Optional.empty()` and always deserialize as `empty`. ## Does this PR introduce any user-facing change? New type supported - docs updated - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
