I think that orderedness should not matter for equality testing.
Semantically I think that this field is supposed to be dictionary-like
and the keys are intended to be unique (but this isn't stipulated in
Schema.fbs at the moment)

On Thu, Aug 1, 2019 at 10:47 AM Antoine Pitrou <anto...@python.org> wrote:
>
>
> Hello,
>
> Is key/value metadata (as attached to fields) supposed to be ordered or
> unordered?  In the C++ codebase currently, order is significant in
> KeyValueMetadata::Equals().
>
> Regards
>
> Antoine.

Reply via email to