This is an automated email from the ASF dual-hosted git repository.
kkloudas pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 966209a [hotfix][table] Use testing infrastacture in tests
new 9c5313e [FLINK-14170][fs-connector] Support hadoop<2.7 in
StreamFileSink when truncate() not used
new c83757d [FLINK-14170][fs-connector] Add tests for hadoop<2.7 support
in StreamFileSink
The 2 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:
.../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