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



##########
File path: 
sdks/java/core/src/test/java/org/apache/beam/sdk/schemas/transforms/JoinTest.java
##########
@@ -176,6 +182,68 @@ public void testInnerJoinDifferentKeys() {
     pipeline.run();
   }
 
+  @Test
+  @Category(NeedsRunner.class)
+  public void testInnerJoinDifferentKeysNullable2() {
+    List<Row> pc1Rows =
+        Lists.newArrayList(

Review comment:
       > which was copied from CoGroupTest
   
   Ah, that explains the mysterious `CG_` prefix. We should consider deleting 
that as well (though it doesn't have to happen in this PR). 




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to