Gopal V created HIVE-14437: ------------------------------ Summary: Vectorization: Optimize key misses in VectorMapJoinFastBytesHashTable Key: HIVE-14437 URL: https://issues.apache.org/jira/browse/HIVE-14437 Project: Hive Issue Type: Bug Components: Vectorization Reporter: Gopal V
Currently, the lookup in VectorMapJoinFastBytesHashTable proceeds until the max number of metric put conflicts have been reached. This can have a fast-exit when encountering the first empty slot during the probe, to speed up looking for non-existent keys. -- This message was sent by Atlassian JIRA (v6.3.4#6332)