Spark SQL Joins - Full Outer Join
2022-05-31 sparkspark-sql
This diagram shows Full Join type in Spark SQL. It returns all values from both relations, appending NULL values on the side that does not have a match. It is also called full outer join.