m-trieu commented on code in PR #34148: URL: https://github.com/apache/beam/pull/34148#discussion_r2009262876
########## runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/WindmillEndpoints.java: ########## @@ -46,6 +48,7 @@ public abstract class WindmillEndpoints { .setVersion(Long.MAX_VALUE) .setWindmillEndpoints(ImmutableSet.of()) .setGlobalDataEndpoints(ImmutableMap.of()) + .setEndpointType(EndpointType.UNKNOWN) Review Comment: should we default to cloud path? unless the code knows how to deal with `UNKNOWN` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org