lukecwik commented on a change in pull request #12616:
URL: https://github.com/apache/beam/pull/12616#discussion_r488095723



##########
File path: runners/jet/src/main/java/org/apache/beam/runners/jet/JetRunner.java
##########
@@ -186,7 +189,15 @@ private JetInstance getJetInstance(JetPipelineOptions 
options) {
   }
 
   private static List<PTransformOverride> getDefaultOverrides() {
-    return Collections.emptyList();
+    return Arrays.asList(

Review comment:
       There is no exhaustive list as each runner can choose to implement each 
transform however they wish. We have to rely on the `@ValidatesRunner` suite of 
tests for validation.




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