Skip to content

Commit 5b12b15

Browse files
authored
Adds checksum flag to zstd codec (#519)
* expose checksum toggle for zstd * fixes zstd checksumming * less fixtures * write_checksum -> checksum * adds release notes * set default clevel to 0 * release * update fixtures * fix checksum flag * add test for checksum * adds wrapper codecs for the v2 codec pipeline * docstring
1 parent bef2e16 commit 5b12b15

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+108
-23
lines changed

docs/release.rst

Lines changed: 3 additions & 2 deletions

fixture/zstd/codec.00/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"id": "zstd",
3-
"level": 1
3+
"level": 0
44
}

fixture/zstd/codec.07/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"checksum": true,
3+
"id": "zstd",
4+
"level": 0
5+
}

fixture/zstd/codec.07/encoded.00.dat

1.87 KB
Binary file not shown.

fixture/zstd/codec.07/encoded.01.dat

4.9 KB
Binary file not shown.

fixture/zstd/codec.07/encoded.02.dat

6.83 KB
Binary file not shown.

fixture/zstd/codec.07/encoded.03.dat

264 Bytes
Binary file not shown.

fixture/zstd/codec.07/encoded.04.dat

475 Bytes
Binary file not shown.

fixture/zstd/codec.07/encoded.05.dat

7.83 KB
Binary file not shown.

fixture/zstd/codec.07/encoded.06.dat

7.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)