Skip to content

Commit

Permalink
enable build side selection
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Nov 6, 2023
1 parent ba045c7 commit 25f8db9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ object BackendSettings extends BackendSettingsApi {
// The file should be removed and we temporarily disable the improvement
// introduced by OPPRO-266 by commenting out the following prerequisite
// condition.
// case LeftOuter | LeftSemi => true
case LeftOuter | LeftSemi => true
case _ => false
}
}
Expand All @@ -226,7 +226,7 @@ object BackendSettings extends BackendSettingsApi {
// The file should be removed and we temporarily disable the improvement
// introduced by OPPRO-266 by commenting out the following prerequisite
// condition.
// case RightOuter => true
case RightOuter => true
case _ => false
}
}
Expand Down

0 comments on commit 25f8db9

Please sign in to comment.