You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/18 22:38:36 UTC

[GitHub] [beam] robertwb commented on a change in pull request #11160: [BEAM-9339] Declare capabilities in the Java SDK.

robertwb 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_r394679580
 
 

 ##########
 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:
   Good call on multi-core. Is progress reporting actually done now? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services