chamikaramj commented on PR #33026:
URL: https://github.com/apache/beam/pull/33026#issuecomment-2466533417

   Java PipelineOptions deserialization expects the encoded options to have a 
specific key.
   
   
https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/util/construction/PipelineOptionsTranslation.java#L99
   
   ```
   "beam:option:" + snake_case_options_key + ":v1"
   ```
   
   May be options forwarded from Python are not in this format ? 


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