TheNeuralBit commented on a change in pull request #13427:
URL: https://github.com/apache/beam/pull/13427#discussion_r532871012



##########
File path: 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
##########
@@ -78,7 +78,7 @@
   private static AtomicInteger namespaceCounter = new AtomicInteger(0);
 
   private static final ExpansionServiceClientFactory DEFAULT =
-      new DefaultExpansionServiceClientFactory(
+     DefaultExpansionServiceClientFactory.create(

Review comment:
       This still seems to be broken, I put up 
https://github.com/apache/beam/pull/13445 for it.




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


Reply via email to