This is an automated email from the ASF dual-hosted git repository.
kkloudas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 524b443 [hotfix][table] Use testing infrastacture in tests
add a607bd9 [FLINK-14170][fs-connector] Support hadoop<2.7 in
StreamFileSink when truncate() not used
add f1c4ddf [FLINK-14170][fs-connector] Add tests for hadoop<2.7 support
in StreamFileSink
No new revisions were added by this update.
Summary of changes:
.../hdfs/HadoopRecoverableFsDataOutputStream.java | 8 +-
.../runtime/fs/hdfs/HadoopRecoverableWriter.java | 19 ++-
.../org/apache/flink/runtime/util/HadoopUtils.java | 25 +++-
...leWriterOldHadoopWithNoTruncateSupportTest.java | 165 +++++++++++++++++++++
4 files changed, 209 insertions(+), 8 deletions(-)
create mode 100644
flink-filesystems/flink-hadoop-fs/src/test/java/org/apache/flink/runtime/fs/hdfs/HadoopRecoverableWriterOldHadoopWithNoTruncateSupportTest.java