Timothy Farkas created DRILL-6646: ------------------------------------- Summary: HashJoin Memory Calculator Over Reserves Memory For HashTables Key: DRILL-6646 URL: https://issues.apache.org/jira/browse/DRILL-6646 Project: Apache Drill Issue Type: Improvement Reporter: Timothy Farkas Assignee: Timothy Farkas
When preparing for the probe phase it uses the worst case hashtable size even after we have constructed a hash table. In this case when we already have a hash table we should not use it's predicted worst case size, we should use its actual size in the memory calculator. -- This message was sent by Atlassian JIRA (v7.6.3#76005)