zhangfengcdt commented on code in PR #2858:
URL: https://github.com/apache/sedona/pull/2858#discussion_r3158075334
##########
spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/strategy/join/JoinQueryDetector.scala:
##########
@@ -222,6 +212,17 @@ class JoinQueryDetector(sparkSession: SparkSession)
extends SparkStrategy {
SpatialPredicate.CONTAINS,
false,
extraCondition))
+ case ST_Within(Seq(leftShape, rightShape))
Review Comment:
Yes, and I will add it (in another PR) and ST_Equals and ST_Intersects when
the other two PRs and this one get merged.
--
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]