lukecwik commented on a change in pull request #11160: [BEAM-9339] Declare
capabilities in the Java SDK.
URL: https://github.com/apache/beam/pull/11160#discussion_r394720559
##########
File path:
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Environments.java
##########
@@ -228,6 +232,10 @@ public static Environment createProcessEnvironment(
return filesToStage.build();
}
+ public static Set<String> getJavaCapabilities() {
+ return ModelCoders.urns();
Review comment:
Yes but only some metrics are being reported.
----------------------------------------------------------------
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]
With regards,
Apache Git Services