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 18:14:20 UTC

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

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_r394546436
 
 

 ##########
 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:
   Add:
   MULTI_CORE_BUNDLE_PROCESSING
   PROGRESS_REPORTING

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