Answer Posted / Rakesh Kumar Maurya
fullOuterJoin() is a join operation in Spark that returns all records when there's a match between the two input datasets, and null values for missing matches. Unlike innerJoin(), it includes all rows from both input datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers