jiayuasu commented on PR #1774: URL: https://github.com/apache/sedona/pull/1774#issuecomment-2614938102
@james-willis This is where Sedona join does the conversion: DF to SpatialRDD: https://github.com/apache/sedona/blob/3151f7d0c643daf915426435504ba5b88c7d975d/spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/strategy/join/TraitJoinQueryBase.scala#L46 RDD to DF: https://github.com/apache/sedona/blob/3151f7d0c643daf915426435504ba5b88c7d975d/spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/strategy/join/TraitJoinQueryExec.scala#L125 Please consider reusing the logic if possible, -- 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]
