You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is best practice to use a different response message to each rpc call, as that allows us to add more fields to the response in the future without sacrificing compatibility.
@zehiko@jleibs Right now, the gRPC API uses a lot of dataframes instead of dedicated types. I think we should start to define more dedicated types (and optionally add a request parameter to return a data frame if still required).
It is best practice to use a different response message to each rpc call, as that allows us to add more fields to the response in the future without sacrificing compatibility.
That is, instead of
we should have
The text was updated successfully, but these errors were encountered: