Skip to content

Port Flink-DataSet to Flink-DataStream as DataSet is deprecated #615

@juripetersen

Description

@juripetersen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions