Axel Magnuson created BEAM-3805: ----------------------------------- Summary: Python ULR Harness submits null pipeline_options field in PrepareJobRequest Key: BEAM-3805 URL: https://issues.apache.org/jira/browse/BEAM-3805 Project: Beam Issue Type: Bug Components: sdk-py-harness Reporter: Axel Magnuson Assignee: Robert Bradshaw
the beam_job_api gRPC definition indicates that pipeline_options is a required field. However, the python ULR currently does not set an options struct. This is trivially solved on the job server side by instantiating a default. However, there may be cases where the job server assumes it exists and falls over on an NPE during translation. -- This message was sent by Atlassian JIRA (v7.6.3#76005)