Phoebe Yang
Phoebe Yang
The error message currently printed out doesn't directly give user the information they need. For example, if a user changes the type of a schema, the user would see: >...
If the service no longer support a mime-type/data format, e.g. "application/json" or xml, it would be a breaking change for the users. There should be rules detecting these changes.
The current rules only account for newly added required parameters in the objects sent in a request, but no the request header. For example, when the api has a newly...
### pyarrow=13.0.0 Seeing the following error from the Flight client side when calling reader.read_all() ` ArrowInvalid: IPC stream did not have the expected number (1) of dictionaries at the start...