microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.
MIT License
1.25k stars 132 forks source link

Fix PartitionedStartEdgeEquiJoinPipe #90

Closed peterfreiling-zz closed 5 years ago

peterfreiling-zz commented 5 years ago

Fixing bug in PartitionedStartEdgeEquiJoinPipe (which apparently never worked), where events were not dequeued, and just were processed in an infinite loop.