Hi, this is currently not support yet. However, this feature is on our roadmap and has been requested for a few times. So I hope somebody will pick it up soon.
If the static data set is small enough, you can read the full data set (e.g., as a file) in the open method of FlatMapFunction, build a hash-table, and do a hash join in the map method. Best, Fabian 2016-01-28 8:54 GMT+01:00 Don Frascuchon <frascuc...@gmail.com>: > Hi everyone, > > There is any way of mixing dataStreams and dataSets ? For example, enrich > messages from a dataStream with a precalculated info in a dataSet. > > Thanks in advance! >