carloea2 commented on PR #5597:
URL: https://github.com/apache/texera/pull/5597#issuecomment-4783474888

   I found a possible Windows regression from this PR.
   
   The JVM now passes Python worker startup config as raw JSON argv, but on 
Windows the inner JSON quotes are stripped before Python receives it. Python 
gets `{workerId:w,...}` instead of valid JSON, so `json.loads(raw_config)` 
fails with:
   
   ```text
   JSONDecodeError: Expecting property name enclosed in double quotes
   ```


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