ibzib commented on a change in pull request #11784:
URL: https://github.com/apache/beam/pull/11784#discussion_r431252300



##########
File path: 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/NativeTransforms.java
##########
@@ -46,7 +46,9 @@
    * Returns true if an only if the Runner understands this transform and can 
handle it directly.
    */
   public static boolean isNative(RunnerApi.PTransform pTransform) {
-    Iterator<IsNativeTransform> matchers = 
ServiceLoader.load(IsNativeTransform.class).iterator();
+    Iterator<IsNativeTransform> matchers =

Review comment:
       ```suggestion
       // TODO(BEAM-10109) Use default (context) classloader.
       Iterator<IsNativeTransform> matchers =
   ```




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