This is an automated email from the ASF dual-hosted git repository.

imbruced pushed a commit to branch arrow-worker
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit 50a23e898359f5a6c3b3eec94d7fca389164673b
Author: pawelkocinski <[email protected]>
AuthorDate: Mon Dec 29 22:13:26 2025 +0100

    add code so far
---
 .../org/apache/spark/sql/execution/python/SedonaBasePythonRunner.scala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/spark/spark-3.5/src/main/scala/org/apache/spark/sql/execution/python/SedonaBasePythonRunner.scala
 
b/spark/spark-3.5/src/main/scala/org/apache/spark/sql/execution/python/SedonaBasePythonRunner.scala
index c61a8addc6..3144077c40 100644
--- 
a/spark/spark-3.5/src/main/scala/org/apache/spark/sql/execution/python/SedonaBasePythonRunner.scala
+++ 
b/spark/spark-3.5/src/main/scala/org/apache/spark/sql/execution/python/SedonaBasePythonRunner.scala
@@ -167,8 +167,7 @@ private[spark] abstract class SedonaBasePythonRunner[IN, 
OUT](
       pid,
       releasedOrClosed,
       context)
-//    new InterruptibleIterator(context, stdoutIterator)
-    stdoutIterator
+    new InterruptibleIterator(context, stdoutIterator)
   }
 
   private class SedonaMonitorThread(

Reply via email to