Skip to content

Commit 1e53378

Browse files
authored
Update low-shuffle-merge-for-apache-spark.md
Removed | Delta 0.6 / [Spark 2.4](./apache-spark-24-runtime.md) | No | - |
1 parent 9e3324d commit 1e53378

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/synapse-analytics/spark/low-shuffle-merge-for-apache-spark.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ It's available on Synapse Pools for Apache Spark versions 3.2 and 3.3.
2929

3030
|Version| Availability | Default |
3131
|--|--|--|
32-
| Delta 0.6 / [Spark 2.4](./apache-spark-24-runtime.md) | No | - |
3332
| Delta 1.2 / [Spark 3.2](./apache-spark-32-runtime.md) | Yes | false |
3433
| Delta 2.2 / [Spark 3.3](./apache-spark-33-runtime.md) | Yes | true |
3534

36-
3735
## Benefits of Low Shuffle Merge
3836

3937
* Unmodified rows in *touched* files are handled separately and not going through the actual MERGE operation. It can save the overall MERGE execution time and compute resources. The gain would be larger when many rows are copied and only a few rows are updated.

0 commit comments

Comments
 (0)