juripetersen opened a new issue, #615:
URL: https://github.com/apache/incubator-wayang/issues/615

   Flink provides a migration guide:
   
   
https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/datastream/dataset_migration/
   
   It is not trivial to port every operator, but the standard operations like 
map, filter, reduce and join should be easy to port. 
   Providing this as a seperate platform called `flink-stream` might be a way 
to ease development as you could avoid rewriting the `FlinkExecutor` and "just" 
write a new one from scratch that is built with `DataStream` in mind.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to