Skip to content

Commit

Permalink
[CALCITE-4758] Make Test Pass
Browse files Browse the repository at this point in the history
  • Loading branch information
NobiGo committed Nov 20, 2024
1 parent 00990b8 commit 38395bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,7 @@ private void substituteSubQuery(Blackboard bb, SubQuery subQuery) {
builder.add(bb.convertExpression(node));
}
final ImmutableList<RexNode> list = builder.build();
assert relNode != null;
subQuery.expr = getSubqueryRexNode(subQuery.node.getKind(), relNode, list, call);
return;
}
Expand Down

0 comments on commit 38395bc

Please sign in to comment.