Kontinuation commented on issue #1567: URL: https://github.com/apache/sedona/issues/1567#issuecomment-2322736277
I have not reproduced this problem on DBR 15.3, so this could be a configuration problem. The fourth parameter of ST_DWithin is introduced in [1.6.0](https://github.com/apache/sedona/releases/tag/sedona-1.6.0), the error message saying that ST_DWithin only expects 3 arguments indicates that it is using an old version of Sedona. Please check that the 1.6.1 Sedona JAR is deployed to your DBR cluster, and it is **the only Sedona JAR deployed**. Mixing multiple versions of Sedona JARs will lead to all sorts of strange behaviors. If you are using the init script described [here](https://sedona.apache.org/latest/setup/databricks/#create-an-init-script), please make sure that the workspace directory `/Workspace/Shared/sedona/1.6.1/` contains only one sedona-spark-shaded jar. -- 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]
