piglet icon indicating copy to clipboard operation
piglet copied to clipboard

Bug: order of fields in a JOIN or COGROUP is non-deterministic

Open iconara opened this issue 16 years ago • 0 comments

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".

iconara avatar Jan 17 '10 19:01 iconara