You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/verification.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ split -l 1 ~/MANIFEST.jsonl \
41
41
tr -d '\n'| sha256sum
42
42
```
43
43
44
+
**Caveat**: Use this meta-null form only when rows actually carry `"meta": null` — applied to a header line (which has no `meta`), `jq` reads the absent `.meta` as null and injects `meta: {}`, corrupting the header hash; use the plain `del(.physical_keys)` form otherwise.
45
+
44
46
## CRC64/NVMe Verification
45
47
46
48
CRC64-NVMe is a whole-file checksum (no chunking). The digest is 8 bytes,
0 commit comments