Order of lists when merging across schemas #1812
Unanswered
bruno-f-cruz
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
@dbirman @dougollerenshaw any idea? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When considering composition across multiple schemas, some fields, such as
stimulus_epochs, are concatenated into a final list.I am wondering what guarantees we have about the order of these arrays. For instance, if we have a given
code.versionwe want to search via docdb, in the behavior component of the metadata, serialized it as position "0" in the array. Still, after merge, this could easily be position 1 (eg: merged with fip, where fip goes first).What is the recommended pattern to deal with this?
Thanks,
Bruno
Beta Was this translation helpful? Give feedback.
All reactions