Avoids a call to NextPowerOf2 with zero when the hash table doesn't contain any elements in the function HashTable::BuildLazy. Occurred when running TPC-H Q3 in Peloton.
Coverage increased (+0.02%) to 76.975% when pulling d17e679437aad8d0e43eb3d555f688aa0feaaf7e on tcm-marcel:fix/hashtable into 7d85d5f6cecf73978ea6f1e175f3014dd6036b20 on cmu-db:master.
Avoids a call to
NextPowerOf2
with zero when the hash table doesn't contain any elements in the functionHashTable::BuildLazy
. Occurred when running TPC-H Q3 in Peloton.