Kontinuation commented on issue #855: URL: https://github.com/apache/sedona/issues/855#issuecomment-1585671059
Can you provide an example query to reproduce this problem? I've tried queries like this and it was planned as a RangeJoin. ```sql SELECT * FROM df1 JOIN df2 ON ST_Contains(df1.geom, df2.geom) AND df1.dist > df2.dist ``` -- 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]
