Open paneq opened 7 years ago
That's pretty surprising, definitely looks like read_events_forward
is returning them in the wrong order. Does read_events_backward
return the same thing as read_events_forward
then? Or is that reversed as well? The nomenclature that the GES team uses (the "Atom" ordering) has always confused me.
The nomenclature that the GES team uses (the "Atom" ordering) has always confused me.
Me as well.
That's pretty surprising, definitely looks like
read_events_forward
is returning them in the wrong order
That was my assumption as well.
Notice that
read_events_forward
returned events in different order thanread_all_events_forward
.Is that intentional or a bug? I am not sure what to think about it.