dongjoon-hyun commented on PR #42421: URL: https://github.com/apache/spark/pull/42421#issuecomment-1673992773
Unfortunately, this seems to break `branch-3.5` because #42135 is only at `master` branch. - https://github.com/apache/spark/actions/runs/5816499174/job/15769708008 ``` [error] /home/runner/work/spark/spark/core/src/main/scala/org/apache/spark/api/python/StreamingPythonRunner.scala:86:5: not found: value PythonWorkerUtils [error] PythonWorkerUtils.writePythonVersion(pythonVer, dataOut) [error] ^ ``` Let me revert this from `branch-3.5` first. We can make a `branch-3.5` specific patch or backport #42135 . I'm fine with both approaches. Also, cc @ueshin since he is the author of #42135 . -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
