Skip to content

Commit 1177942

Browse files
committed
fixed doc
1 parent 968ad97 commit 1177942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ for details.
10931093
### Shuffle operations
10941094

10951095
Certain operations within Spark trigger an event known as the shuffle. The shuffle is Spark's
1096-
mechanism for re-distributing data so that is grouped differently across partitions. This typically
1096+
mechanism for re-distributing data so that it's grouped differently across partitions. This typically
10971097
involves copying data across executors and machines, making the shuffle a complex and
10981098
costly operation.
10991099

0 commit comments

Comments
 (0)