Github user zecevicp commented on the issue:
https://github.com/apache/spark/pull/21109
Well, that is the essence of the contribution: to have a moving window over
the data, instead of a fixed block (per equi-join match). To implement a moving
window you need something like a queue.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
