Skip to content

Commit

Permalink
Update HadoopCodecFactory.java
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn authored Jan 24, 2024
1 parent 328136a commit 45923c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* <li>{@code org.apache.hadoop.io.compress.SnappyCodec} will map to
* {@code snappy}</li>
* <li>{@code org.apache.hadoop.io.compress.BZip2Codec} will map to
* {@code zbip2}</li>
* {@code bzip2}</li>
* <li>{@code org.apache.hadoop.io.compress.GZipCodec} will map to
* {@code deflate}</li>
* </ul>
Expand Down

0 comments on commit 45923c3

Please sign in to comment.