mengw15 commented on code in PR #4478:
URL: https://github.com/apache/texera/pull/4478#discussion_r3134394662
##########
amber/src/main/scala/org/apache/texera/amber/engine/architecture/pythonworker/PythonWorkflowWorker.scala:
##########
@@ -168,6 +168,11 @@ class PythonWorkflowWorker(
private def startPythonProcess(): Unit = {
val udfEntryScriptPath: String =
pythonSrcDirectory.resolve("texera_run_python_worker.py").toString
+ // Only forward credentials for the active iceberg catalog backend; the
+ // inactive backend's slots are passed as empty strings to keep the
+ // positional arg layout stable for texera_run_python_worker.py.
Review Comment:
Adopted, slight tweak — used "arguments" instead of "env vars" since these
are actually positional CLI args passed to the Python subprocess
--
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]