paleolimbot opened a new pull request, #1041:
URL: https://github.com/apache/sedona-db/pull/1041

   This PR fixes scalar function calls with scalar geometry values but 
non-scalar "other" arguments, like ST_Buffer(scalar_geom, col_dist) or 
ST_DWithin(scalar_geom, scalar_geom, col_dist). These calls are less common so 
this was never caught.
   
   The PR notably updates the executor so that it iterates over references and 
not values. The only place that had exploited this was the spatial join, where 
it was relatively easy to just add in the call to `read_wkb()` required to 
avoid the copy.
   
   Most of the files here are a one line change updating reference usage.
   
   Fixes #1038


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