File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ a consumer to read a list of values and reconstruct the hash table on the fly.
17
17
The serialization format supports hash tables of arbitrarily large size and
18
18
capacity, as well as value types and hash functions. The only supported key
19
19
value type is a uint32. The only requirement is that the producer and consumer
20
- agree on the hash function. As such, the hash function can is not discussed
21
- further in this document, it is assumed that for a particular instance of a PDB
20
+ agree on the hash function. As such, the hash function is not discussed
21
+ further in this document. It is assumed that for a particular instance of a PDB
22
22
file hash table, the appropriate hash function is being used.
23
23
24
24
On-Disk Format
You can’t perform that action at this time.
0 commit comments