docs: note multi-row expansion scope

Clarify that the row-band cap intentionally keeps v1 focused on common small row-loss cases while larger compressions continue to use heuristic fallback.

Made-with: Cursor
This commit is contained in:
Abimael Martell
2026-04-29 08:08:45 -07:00
parent c7612ceb16
commit b8249dfd61
+2
View File
@@ -1943,6 +1943,8 @@ fn build_tsr_row_expansion(
}
}
// V1 targets the common 1-2 lost-row cases; larger compressions stay on
// the existing heuristic fallback path until we have evidence to broaden it.
if !(2..=4).contains(&bands.len()) {
return None;
}