umartin opened a new pull request, #749:
URL: https://github.com/apache/sedona/pull/749

   
   ## Did you read the Contributor Guide?
   
   - Yes, I have read [Contributor 
Rules](https://sedona.apache.org/community/rule/) and [Contributor Development 
Guide](https://sedona.apache.org/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the assoicated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-221. The PR name follows the 
format `[SEDONA-XXX] my subject`.
   
   
   ## What changes were proposed in this PR?
   
   This fixes the issues in broadcast left and anti joins with null geometries.
   
   Rows are mapped to (Geometry, UnsafeRow) to allow rows with null geometries 
to be emitted.
   Conditions for left and anti joins, where nulls can happen, checks for null.
   
   This patch also adds a SQLMetric for number of output row visible in 
spark-ui. All native Spark join exec have them
   
   
![image](https://user-images.githubusercontent.com/1275096/213715460-8d623437-a072-41e0-a1e7-cded26a05988.png)
   
   
   ## How was this patch tested?
   
   Tests added
   
   ## Did this PR include necessary documentation updates?
   
   - No, this PR does not affect any public API so no need to change the docs.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to