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 968ad97 commit 1177942Copy full SHA for 1177942
docs/programming-guide.md
@@ -1093,7 +1093,7 @@ for details.
1093
### Shuffle operations
1094
1095
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
+mechanism for re-distributing data so that it's grouped differently across partitions. This typically
1097
involves copying data across executors and machines, making the shuffle a complex and
1098
costly operation.
1099
0 commit comments