Reynold Xin created SPARK-3861: ---------------------------------- Summary: Avoid rebuilding hash tables on each partition Key: SPARK-3861 URL: https://issues.apache.org/jira/browse/SPARK-3861 Project: Spark Issue Type: Sub-task Reporter: Reynold Xin Assignee: Reynold Xin
BroadcastHashJoin builds a new hash table for each partition. We can build it once per node and reuse the hash table. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org