Skip to content

Commit 0aada24

Browse files
committed
s/to sort based/to the sort based/ and tag as 1.5+
1 parent 4978681 commit 0aada24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,9 @@ Apart from these, the following properties are also available, and may be useful
459459
<td>sort</td>
460460
<td>
461461
Implementation to use for shuffling data. There are three implementations available:
462-
<code>sort</code>, <code>hash</code> and the new <code>tungsten-sort</code>.
462+
<code>sort</code>, <code>hash</code> and the new (1.5+) <code>tungsten-sort</code>.
463463
Sort-based shuffle is more memory-efficient and is the default option starting in 1.2.
464-
Tungsten-sort is similar to sort based shuffle, with a direct binary cache-friendly
464+
Tungsten-sort is similar to the sort based shuffle, with a direct binary cache-friendly
465465
implementation with a fall back to regular sort based shuffle if its requirements are not
466466
met.
467467
</td>

0 commit comments

Comments
 (0)