Skip to content
Snippets Groups Projects
Commit aad779db authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

tuple format: remove invalid assertion from tuple_format_iterator_next

It's too early to assert msgpack type as an array when a multikey field
is encountered - we haven't checked the field type yet so the type might
as well be a map, in which case we will raise an error just a few lines
below. Remove the assertion and add a test case.
parent e1d3fe8a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment