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 ee9d917 commit 021ef2dCopy full SHA for 021ef2d
spark/src/main/scala/org/apache/comet/rules/RewriteJoin.scala
@@ -70,7 +70,7 @@ object RewriteJoin extends JoinSelectionHelper {
70
case Some(BuildRight) if smj.joinType == LeftAnti || smj.joinType == LeftSemi =>
71
withInfo(
72
smj,
73
- "Cannot rewrite SortMergeJoin to HashJoin: BuildRight with LeftSemi/LeftAnti is not supported")
+ s"Cannot rewrite SortMergeJoin to HashJoin: BuildRight with ${smj.joinType} is not supported")
74
// LeftAnti https://github.com/apache/datafusion-comet/issues/457
75
// LeftSemi https://github.com/apache/datafusion-comet/issues/2667
76
plan
0 commit comments