igalshilman opened a new pull request #297:
URL: https://github.com/apache/flink-statefun/pull/297


   This PR fixes a bug in the remote java SDK that affects types without an 
`IMMUTABLE_VALUE` type characteristics.
   (this Is only affect custom implementations of the `Type` interface)
   
   `MutableTypeCell` was assuming incorrectly that the backend will send a 
`TypedValue` with a `type_name` field set even if the value is missing 
(`TypedValue.has_value = false`). This is not the case, and hence the 
`type_name` needs to be set explicitly.


-- 
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]


Reply via email to