File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sdks/java/core/src/main/java/org/apache/beam/sdk/io Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3333import org .apache .beam .vendor .guava .v32_1_2_jre .com .google .common .primitives .Ints ;
3434import org .apache .commons .compress .compressors .bzip2 .BZip2CompressorInputStream ;
3535import org .apache .commons .compress .compressors .bzip2 .BZip2CompressorOutputStream ;
36- import org .checkerframework .checker .nullness .qual .Nullable ;
3736import org .apache .commons .compress .compressors .deflate .DeflateCompressorInputStream ;
3837import org .apache .commons .compress .compressors .deflate .DeflateCompressorOutputStream ;
39- import org .apache .commons .compress .compressors .gzip .GzipCompressorInputStream ;
4038import org .apache .commons .compress .compressors .snappy .SnappyCompressorInputStream ;
4139import org .apache .commons .compress .compressors .snappy .SnappyCompressorOutputStream ;
4240import org .apache .commons .compress .compressors .zstandard .ZstdCompressorInputStream ;
4341import org .apache .commons .compress .compressors .zstandard .ZstdCompressorOutputStream ;
42+ import org .checkerframework .checker .nullness .qual .Nullable ;
4443
4544/** Various compression types for reading/writing files. */
4645@ SuppressWarnings ("ImmutableEnumChecker" )
You can’t perform that action at this time.
0 commit comments