This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from ac957ae  [FLINK-22113][table-planner] Implement column uniqueness 
checking for TableSourceTable
     add fda6bf6  [FLINK-25072][streaming] Introduce description on 
Transformation and StreamGraph

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/api/dag/Transformation.java   | 12 ++++
 .../streaming/api/datastream/DataStreamSink.java   | 18 +++++
 .../api/datastream/SingleOutputStreamOperator.java | 18 +++++
 .../flink/streaming/api/graph/JSONGenerator.java   |  2 +-
 .../api/graph/SimpleTransformationTranslator.java  |  3 +
 .../flink/streaming/api/graph/StreamNode.java      | 10 +++
 .../apache/flink/streaming/api/DataStreamTest.java | 78 ++++++++++++++++++++++
 .../flink/streaming/api/scala/DataStream.scala     | 18 +++++
 .../flink/streaming/api/scala/DataStreamTest.scala | 32 +++++++++
 9 files changed, 190 insertions(+), 1 deletion(-)

Reply via email to