grundprinzip commented on code in PR #46125:
URL: https://github.com/apache/spark/pull/46125#discussion_r1576472509


##########
python/pyspark/sql/connect/streaming/worker/foreach_batch_worker.py:
##########
@@ -62,10 +62,7 @@ def main(infile: IO, outfile: IO) -> None:
     assert spark_connect_session.session_id == session_id
     spark = spark_connect_session
 
-    func = worker.read_command(pickle_ser, infile)
-    write_int(0, outfile)  # Indicate successful initialization
-
-    outfile.flush()
+    # TODO(SPARK-44461): Enable Process Isolation

Review Comment:
   rm



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to