Skip to content

Commit

Permalink
fix fastpfor (apache#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan authored and zhztheplayer committed Mar 15, 2022
1 parent edb4952 commit d0204b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private CompressionType() { }
public static final byte LZ4_FRAME = 0;
public static final byte ZSTD = 1;

public static final String[] names = { "LZ4_FRAME", "ZSTD", };
public static final String[] names = { "LZ4_FRAME", "ZSTD", "FASTPFOR", };

public static String name(int e) { return names[e]; }
}
Expand Down

0 comments on commit d0204b7

Please sign in to comment.