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
leftJoin doesn't have the same semantics as sql left join.
I thought this was really confusing as well.
futureLeftJoin A function performs the temporal future left-join to the right TimeSeriesRDD, i.e. left-join using inexact timestamp matches. For each row in the left, appends the closest future row from the right at or after the same time.
This means that if there were no rows with the matching key within the tolerance it will won't return any rows for that instance.
Hi all:
I found that leftJoin generates df that smaller than the left df
I consider this is a false result since left join does not drop any row in the left table.
Any explanation or suggestion?
The text was updated successfully, but these errors were encountered: