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
* Fix empty Schema::metadata deserialization error
Hope this fixes issue #241
* Rename UT name to `test_ser_de_metadata`
Co-authored-by: hulunbier <hulunbier>
Describe the bug
In flight server/client mode, if the server schema is:
The client will get an error:
status: Internal, message: "missing field
metadataat line 1 column 431", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Fri, 30 Apr 2021 08:43:12 GMT"} }
If we change the server schema(placehold an empty metadta) to:
All is ok.
I have removed this line from my local crate, it works too:
arrow-rs/arrow/src/datatypes/schema.rs
Line 37 in d008f31
The text was updated successfully, but these errors were encountered: