[ https://issues.apache.org/jira/browse/SPARK-39475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-39475: ------------------------------------ Assignee: (was: Apache Spark) > Pull out complex join keys for shuffled join > -------------------------------------------- > > Key: SPARK-39475 > URL: https://issues.apache.org/jira/browse/SPARK-39475 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 3.4.0 > Reporter: XiDuo You > Priority: Major > > For a sort merge join, a complex join key may run three times at most: > # exchange > # sort > # join > We can pull out it to project so we will execute it only once. -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org