We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3e13f commit 9a660cfCopy full SHA for 9a660cf
19-ShuffleJoinDemo/SuffleJoinDemo.py
@@ -19,5 +19,5 @@
19
join_expr = flight_time_df1.id == flight_time_df2.id
20
join_df = flight_time_df1.join(flight_time_df2, join_expr, "inner")
21
22
- join_df.foreach(lambda f: None)
+ join_df.collect()
23
input("press a key to stop...")
0 commit comments