jiayuasu edited a comment on pull request #565:
URL: https://github.com/apache/incubator-sedona/pull/565#issuecomment-985083882


   @kseebaldt @Imbruced I just realized 3D geometries will not be considered in 
SpatialJoin. For example, this SQL query won't trigger a Sedona optimized join
   
   ```
   SELECT t1.geom, t2.geom
   FROM t1, t2
   WHERE ST_3dDistance(t1.geom, t2.geom) < 10
   ```
   
   Anyway, I think it is good to accept this PR as is, and have another PR to 
add the support of 3D spatial join.
   


-- 
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