Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.1, 2.2.0
-
None
Description
joinWith returns a Dataset<Tuple2>, but left_semi and left_anti (which only return things from one side of the join) are listed as acceptable join types in the documentation, and an error is not thrown until spark gets to the joining part, rather than in the analysis phase. These join types should be removed from the documentation, and this error should be caught earlier
Attachments
Attachments
Issue Links
- relates to
-
SPARK-33778 Allow typesafe join for LeftSemi and LeftAnti
- In Progress
- links to