-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: Table SQL / API
-
Labels:
-
Release Note:This is an incompatible change, the existing StreamTableSinks should remove emitDataStream method.
FLIP-84 proposes to unify the behavior of TableEnvironment and StreamTableEnvironment, and requires the StreamTableSink always returns DataStream. However
StreamTableSink.emitDataStream returns nothing and is deprecated since Flink 1.9, So we will remove it.
- links to