velox
velox copied to clipboard
Move hash table overlap bits check earlier
The current check is done after rehash happens in prepareJoinTable. We should let the check happen before that to avoid CPU and time waste and fail early.