Browse Source
Fixed LP bug #671901.
Fixed LP bug #671901.
Currently BNLH join uses a simplified implementation of hash function when hash function is calculated over the whole key buffer, not only the significant bytes of it. It means that both building keys and probing keys both must fill insignificant bytes with the same filler. Usually 0 is used as such a filler. Yet the code before patch filled insignificant bytes only for probing keys.pull/374/head
3 changed files with 121 additions and 0 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue