You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark handles projection differently for outer join outputs, based on how the join column is specified in .select(). Here is an example for the behavior that we should support.
Spark handles projection differently for outer join outputs, based on how the join column is specified in
.select()
. Here is an example for the behavior that we should support.The example is extended from
DataFrame.join()
doctest in Spark.The text was updated successfully, but these errors were encountered: