Skip to content

Commit 40d648a

Browse files
antiguruclaude
andcommitted
doc: de-plan TopK output columnar note
Comment-only, no behavior change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8bfc7a6 commit 40d648a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/compute/src/render/top_k.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,8 @@ mod tests {
13961396

13971397
/// `topk_result_to_columnar` drops the hash-key pairing and produces a
13981398
/// columnar edge whose rows are the value component, preserving times and
1399-
/// diffs. This is the output flip for the monotonic and basic TopK plans.
1399+
/// diffs. This produces the columnar output for the monotonic and basic TopK
1400+
/// plans.
14001401
#[mz_ore::test]
14011402
fn topk_result_to_columnar_drops_key() {
14021403
let key = Row::pack_slice(&[Datum::Int64(7)]);

0 commit comments

Comments
 (0)