Spark SQL Joins - Right Outer Join
2022-05-31 sparkspark-sql
This diagram shows Right Join type in Spark SQL. It returns all values from the right relation and the matched values from the left relation, or appends NULL if there is no match. It is also called right outer join.