Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jun 6, 2024
1 parent 987918c commit 9cd1d3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ protected int degreeOfParallelism() {
return 1;
}

// TODO: when we use nested loop join do right outer / semi / anti join, we should add an exchange node with
// gather distribute under the nested loop join
// TODO: check we use nested loop join do right outer / semi / anti join,
// we should add an exchange node with gather distribute under the nested loop join

int expectInstanceNum = -1;
if (ConnectContext.get() != null && ConnectContext.get().getSessionVariable() != null) {
Expand Down

0 comments on commit 9cd1d3a

Please sign in to comment.