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

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


    from ca53401  [FLINK-18426] Remove incompatible deprecated keys from 
ClusterOptions
     new 4776813  [FLINK-18429][DataStream API] Make 
CheckpointListener.notifyCheckpointAborted(checkpointId) a default method.
     new b689cea  [hotfix][DataStream API] Fix checkstyle issues and JavaDocs 
in CheckpointListener.
     new 95b9adb  [FLINK-18430][DataStream API] Classify CheckpointedFunction 
and CheckpointListener as @Public
     new 49b5103  [FLINK-18428][API/DataStream] Rename 
StreamExecutionEnvironment#continuousSource() to 
StreamExecutionEnvironment#source().

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/dev/stream/sources.md                           |  6 +++---
 docs/dev/stream/sources.zh.md                        |  6 +++---
 .../base/source/reader/CoordinatedSourceITCase.java  |  6 +++---
 ...test_stream_execution_environment_completeness.py |  2 +-
 .../flink/runtime/state/CheckpointListener.java      | 20 +++++++++++---------
 .../api/checkpoint/CheckpointedFunction.java         |  4 ++--
 .../api/environment/StreamExecutionEnvironment.java  |  6 +++---
 .../api/graph/StreamingJobGraphGeneratorTest.java    |  4 ++--
 .../api/scala/StreamExecutionEnvironment.scala       |  4 ++--
 .../api/scala/StreamExecutionEnvironmentTest.scala   |  2 +-
 10 files changed, 31 insertions(+), 29 deletions(-)

Reply via email to