Yicong-Huang commented on PR #5597:
URL: https://github.com/apache/texera/pull/5597#issuecomment-4783517158

   > 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:
   > 
   > ```
   > JSONDecodeError: Expecting property name enclosed in double quotes
   > ```
   
   Thanks. @yangzhang75 could you please create a bug issue and follow up. 
@carloea2 please feel free to share more context.


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