apilloud commented on a change in pull request #14342:
URL: https://github.com/apache/beam/pull/14342#discussion_r605962537
##########
File path:
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/unnest/BeamZetaSqlUnnestRule.java
##########
@@ -58,10 +58,6 @@ public void onMatch(RelOptRuleCall call) {
RelNode outer = call.rel(1);
RelNode uncollect = call.rel(2);
- if (correlate.getCorrelationId().getId() != 0) {
Review comment:
This is fixed just by fixing the convert calls? Cool!
--
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]