We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LeftSemi
1 parent de7acbe commit 1ffabafCopy full SHA for 1ffabaf
spark/src/main/scala/org/apache/comet/rules/RewriteJoin.scala
@@ -72,7 +72,7 @@ object RewriteJoin extends JoinSelectionHelper {
72
// LeftSemi https://github.com/apache/datafusion-comet/issues/2667
73
withInfo(
74
smj,
75
- s"Cannot rewrite SortMergeJoin to HashJoin: " +
+ "Cannot rewrite SortMergeJoin to HashJoin: " +
76
s"BuildRight with ${smj.joinType} is not supported")
77
plan
78
case Some(buildSide) =>
0 commit comments