james-willis commented on PR #1074:
URL: https://github.com/apache/sedona-db/pull/1074#issuecomment-5066406423

   Kristins work does not sort the input of the RS functions, but also that 
doesn't matter when we aren't using some kind of cache.
   
   The reason we want the raster as the probe side is that so we can load 
before the join. We need to load before duplicating to avoid duplicate loads. 
If we dupe before load we dont share a BinaryView. if we load before we dupe 
theyll share the buffer backing the binary view
   


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