iemejia commented on a change in pull request #13427:
URL: https://github.com/apache/beam/pull/13427#discussion_r531778353
##########
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:
Thanks for pointing this out! I did a quick fix now on master to unlock
other people's PRs,
----------------------------------------------------------------
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]