Imbruced commented on code in PR #2593:
URL: https://github.com/apache/sedona/pull/2593#discussion_r2725947506


##########
spark/spark-3.5/src/test/scala/org/apache/sedona/sql/TestBaseScala.scala:
##########
@@ -46,6 +45,9 @@ trait TestBaseScala extends FunSpec with BeforeAndAfterAll {
     // We need to be explicit about broadcasting in tests.
     .config("sedona.join.autoBroadcastJoinThreshold", "-1")
     .config("spark.sql.extensions", 
"org.apache.sedona.sql.SedonaSqlExtensions")
+    .config("sedona.python.worker.udf.module", "sedona.spark.worker.worker")
+    .config("sedona.python.worker.udf.daemon.module", "sedonaworker.daemon")

Review Comment:
   This works because the sedona.python.worker.daemon.enabled is false, need to 
either remove this param (by default is used sedona.spark.worker.daemon ) from 
the test or change to sedona.spark.worker.daemon 



-- 
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]

Reply via email to