You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/03/22 06:01:33 UTC

[flink] branch master updated (e32c04c -> 948bfda)

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

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


    from e32c04c  [FLINK-26495][table-planner] Prohibit hints(dynamic table options) on view
     add 948bfda  [FLINK-11388][fs] Add abstract test classes for recoverable writers (s3/oss)

No new revisions were added by this update.

Summary of changes:
 ...actHadoopRecoverableWriterExceptionITCase.java} |  60 +---
 .../AbstractHadoopRecoverableWriterITCase.java}    |  92 ++---
 .../HadoopS3RecoverableWriterExceptionITCase.java  | 134 +------
 .../s3hadoop/HadoopS3RecoverableWriterITCase.java  | 386 +--------------------
 4 files changed, 56 insertions(+), 616 deletions(-)
 copy flink-filesystems/{flink-s3-fs-hadoop/src/test/java/org/apache/flink/fs/s3hadoop/HadoopS3RecoverableWriterExceptionITCase.java => flink-hadoop-fs/src/test/java/org/apache/flink/runtime/fs/hdfs/AbstractHadoopRecoverableWriterExceptionITCase.java} (71%)
 copy flink-filesystems/{flink-s3-fs-hadoop/src/test/java/org/apache/flink/fs/s3hadoop/HadoopS3RecoverableWriterITCase.java => flink-hadoop-fs/src/test/java/org/apache/flink/runtime/fs/hdfs/AbstractHadoopRecoverableWriterITCase.java} (82%)