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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
If data has been pushed in tarantool, then we the tuple ['79031234566', '2451111545', '0002', 1519231048.4021, '79031234566', 2, 2, 'test avro default'] will be stored. So if I try to receive data through graphql, I will receive an error in unflatten function. Because in the first version of the schema we don't have 'p3' field.
The text was updated successfully, but these errors were encountered:
Proposed to handle this on pluggable accessor level with saving accessor-general logic. We need to move unflatten function into as certain accessors’ function, that transforms tuple and metainfo into object. It will allow to implement reading objects using different version of schemas.
We have two versions of Avro-schema and four service fields:
0001:
0002:
If data has been pushed in tarantool, then we the tuple
['79031234566', '2451111545', '0002', 1519231048.4021, '79031234566', 2, 2, 'test avro default']
will be stored. So if I try to receive data through graphql, I will receive an error in unflatten function. Because in the first version of the schema we don't have 'p3' field.The text was updated successfully, but these errors were encountered: