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
Queries with optional nodes with a smaller index than the last non-optional node could fail.
If the execution nodes re-order the match result vector internally, the query node index is
used to define the mapping. Unfortunately the largest index could be larger than the size of mappings,
which used to be used to create the output vector. By allowing empty elements in the output vector
and using the maximum value, we can still map the results properly.