steveniemitz commented on pull request #11849: URL: https://github.com/apache/beam/pull/11849#issuecomment-636086069
If you look at [DataflowPipelineOptions](https://github.com/apache/beam/blob/master/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.java) it doesn't include `DataflowWorkerHarnessOptions`. In fact, `DataflowWorkerHarnessOptions` implement `DataflowPipelineOptions` instead. The harness options are used in the harness itself, while the `DataflowPipelineOptions` are what are validated against in the dataflow runner. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
