andygrove commented on issue #1725: URL: https://github.com/apache/datafusion-comet/issues/1725#issuecomment-2976996526
Thanks for looking at this @dharanad. You are correct, Spark does not support this. We should probably remove `RightSemi` from the `operator.proto` file to avoid confusion: ```protobuf enum JoinType { Inner = 0; LeftOuter = 1; RightOuter = 2; FullOuter = 3; LeftSemi = 4; RightSemi = 5; LeftAnti = 6; RightAnti = 7; } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org