Would like to ask help and get some suggestions. I am doing something
similar to a left outer join in sql but done in scala. We needed some
to join 2 sets of data coming from 2 different data sources. Here is
the code below:
https://gist.github.com/2870693
It seems to work, however is there something in the collection API
that would do something similar? If not is this a good way to do it?
Thanks very much.