Skip to content

Commit bf00f9e

Browse files
committed
zephyr: drop historical parquet comparison from shuffle docstring
1 parent 0b14e61 commit bf00f9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/zephyr/src/zephyr/shuffle.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
chunk's compressed bytes (typically a few MB). This bound is essential for
2424
skewed shuffles where one reducer pulls disproportionate data and the
2525
external-sort fan-in opens hundreds of chunk iterators at once.
26-
27-
Compared to the previous Parquet-based layout this drops Arrow from the
28-
shuffle data plane, removes schema-evolution segment splits, and replaces
29-
row-group statistics with explicit byte ranges.
3026
"""
3127

3228
from __future__ import annotations

0 commit comments

Comments
 (0)