piglet
piglet copied to clipboard
Bug: order of fields in a JOIN or COGROUP is non-deterministic
a.join(b => :x, a => :y) is non-deterministic since the order of key keys in the hash is not guaranteed. sometimes it will come out as "JOIN a BY y, b BY x", and sometimes "JOIN b BY x, a BY y".