[FLINK-25936][java-sdk] Set value typename correctly in MutableTypeCell.

Before that commit, 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.
1 file changed