GitHub user Kontinuation added a comment to the discussion: RS_MapAlgebra for raster processing
I have reproduced this on Databricks 15.4 LTS, but not on open source Apache Spark 3.5.4. Turns out that it is a issue related to janino version on Databricks. Jiffle uses janino to compile jiffle expressions to JVM byte code, and a fix in janino https://github.com/janino-compiler/janino/commit/6e8a97d60908ecfa08b1d2d7c428a2631300516b must be present to make jiffle work with Spark. This fix only presents in janino >= 3.1.1. Unfortunately Databricks 15.4 LTS uses janino 3.0.16 and caused this problem. We may have to shade janino inside of geotools-wrapper to get rid of this problem on Databricks. GitHub link: https://github.com/apache/sedona/discussions/1945#discussioncomment-13279113 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
