Cheng Su created SPARK-35791:
--------------------------------

             Summary: Release on-going map properly for NULL-aware ANTI join
                 Key: SPARK-35791
                 URL: https://issues.apache.org/jira/browse/SPARK-35791
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.2.0
            Reporter: Cheng Su


NULL-aware ANTI join (https://issues.apache.org/jira/browse/SPARK-32290) 
detects NULL join keys during building the map for `HashedRelation`, and will 
immediately return `HashedRelationWithAllNullKeys` without taking care of the 
map built already. Before returning `HashedRelationWithAllNullKeys`, the map 
needs to be freed properly to save memory and keep memory accounting correctly.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to