Closed
Description
changes the format of the xrow decoding error. Previously the error message was "Failed to decode Arrow IPC data".
Now the top-level error message equals "Invalid MsgPack - packet body" with a chain of nested errors.
So I suggest:
- Temporary disable these checks:
go-tarantool/arrow/tarantool_test.go
Lines 38 to 45 in d4b5d04
-
Merge the patch mentioned above to master.
-
Enable the checks with updated error messages.