damccorm commented on code in PR #38868:
URL: https://github.com/apache/beam/pull/38868#discussion_r3399016447
##########
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/BeamSqlDslJoinTest.java:
##########
@@ -325,6 +325,54 @@ private PCollection<Row> ordersUnbounded() {
.buildUnbounded();
}
+ @Test
+ public void testLeftOuterJoinWithNestedRows() {
Review Comment:
Yeah, you're right - I think we don't actually need this backport after all,
thanks
--
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]