MartijnVisser commented on code in PR #21371:
URL: https://github.com/apache/flink/pull/21371#discussion_r1030390708
##########
flink-formats/flink-compress/src/test/java/org/apache/flink/formats/compress/CompressionFactoryITCase.java:
##########
@@ -71,8 +72,8 @@ void testWriteCompressedFile(@TempDir java.nio.file.Path
tmpDir) throws Exceptio
env.addSource(new FiniteTestSource<>(testData),
TypeInformation.of(String.class));
stream.map(str -> str)
- .addSink(
- StreamingFileSink.forBulkFormat(
Review Comment:
Thanks, fixed those
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]