Description
For API DataFrame.join(right, usingColumns, joinType), if the joinType is right_outer or full_outer, the resulting join column could be wrong (null).
For API DataFrame.join(right, usingColumns, joinType), if the joinType is right_outer or full_outer, the resulting join column could be wrong (null).