Kontinuation opened a new pull request, #698: URL: https://github.com/apache/incubator-sedona/pull/698
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) ## Is this PR related to a JIRA ticket? - Yes, the URL of the assoicated JIRA ticket is https://issues.apache.org/jira/browse/SEDONA-176. The PR name follows the format `[SEDONA-176] my subject`. ## What changes were proposed in this PR? * `ST_Contains` in Spark SQL module calls JTS function `contains` instead of `covers`. * Added `ST_Covers`, which calls JTS function `covers`. * Added `ST_CoveredBy`, which calls JTS function `coveredBy`. * Added dataframe functions for `ST_Covers` and `ST_CoveredBy`. ## How was this patch tested? Unit tests were added in this patch. ## Did this PR include necessary documentation updates? - Yes, I am adding a new API. I am using the [current SNAPSHOT version number](https://github.com/apache/incubator-sedona/blob/master/pom.xml#L29) in since `vX.Y.Z` format. -- 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]
