tzulitai opened a new pull request #205: URL: https://github.com/apache/flink-statefun/pull/205
Did a grep for `TypedValue.newBuilder` and `TypedValue.Builder` to see where we are constructing `TypedValue`s, and make sure we appropriately set the `has_value` flag (by default, the flag is `false`). It doesn't really matter for invocation arguments for now, since we don't do any explicit checks on the flag for arguments. This is important only for keeping the semantics of the flag consistent across invocation argument values and state values. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
