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 <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan authored and zhztheplayer committed Feb 28, 2022
1 parent 6fa012d commit 952dbd6
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 952dbd6

Please sign in to comment.