You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/03/19 16:34:16 UTC

[flink] branch master updated (6ee5dba -> 067c044)

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

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


    from 6ee5dba  [FLINK-15852][cli] Prioritize ExecutorCLI over YarnSessionCLI for active CLI
     add 0b9fac1  [hotfix] Make TestBulkWriterFactory publicly available for other test modules
     add 067c044  [FLINK-16684] Fix StreamingFileSink builder compilation for Scala

No new revisions were added by this update.

Summary of changes:
 .../sink/filesystem/StreamingFileSink.java         | 33 ++++++++++++--
 .../functions/sink/filesystem/BulkWriterTest.java  |  2 +-
 .../sink/filesystem/StreamingFileSinkTest.scala    | 53 ++++++++++++++++++++++
 3 files changed, 83 insertions(+), 5 deletions(-)
 create mode 100644 flink-streaming-scala/src/test/scala/org/apache/flink/streaming/api/scala/functions/sink/filesystem/StreamingFileSinkTest.scala