Skip to content

Support new error format in ‎arrow/tarantool_test.go / TestInsert_invalid #415

Closed
@Gumix

Description

@Gumix

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:

  1. Temporary disable these checks:

{
"",
"Failed to decode Arrow IPC data",
},
{
"00",
"Failed to decode Arrow IPC data",
},

  1. Merge the patch mentioned above to master.

  2. Enable the checks with updated error messages.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions