Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an IFRT Proxy version compatibility bug introduced by `ExecuteOpt…
…ions::fill_status` Since `fill_status` was implicitly true before the field was introduced, we should have overridden the `fill_status` from the deserialized options. Without that, the client->server behaves incorrectly when the client is old (doesn't set `fill_status` but expects the future to be populated by the server) but the server is new (has `fill_status` in the proto and assumes that the client set it to false). PiperOrigin-RevId: 681247988
- Loading branch information