Open luckyasser opened 7 years ago
Right now a Rheem plan is concluded via the collect() method, which adds a sink and executes the plan. While Rheem does support multiple sinks (using the basic Java api), we need to extend this support to the Scala and Scala-like Api.
I find it interesting how one would design such an API. The future pattern/idiom seems to be a promising candidate to me.
Right now a Rheem plan is concluded via the collect() method, which adds a sink and executes the plan. While Rheem does support multiple sinks (using the basic Java api), we need to extend this support to the Scala and Scala-like Api.