echauchot commented on code in PR #23443:
URL: https://github.com/apache/flink/pull/23443#discussion_r1386874406


##########
flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java:
##########
@@ -157,6 +157,10 @@ protected static InflaterInputStreamFactory<?> 
getInflaterInputStreamFactory(
         }
     }
 
+    public static Set<String> getSupportedCompressionFormats() {

Review Comment:
   :+1 thanks for pointing out



##########
flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java:
##########
@@ -157,6 +157,10 @@ protected static InflaterInputStreamFactory<?> 
getInflaterInputStreamFactory(
         }
     }
 
+    public static Set<String> getSupportedCompressionFormats() {

Review Comment:
   :+1 thanks for pointing out



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to