Skip to content

Commit 0cfb69f

Browse files
mprammerclaude
andcommitted
fsst: link tests_large doc comment to tracking issue #7833
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: mprammer <martin@spiraldb.com>
1 parent 45661a8 commit 0cfb69f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

encodings/fsst/src/tests_large.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ use vortex_array::dtype::Nullability;
1818
use crate::fsst_compress;
1919
use crate::fsst_train_compressor;
2020

21-
/// Regression: `fsst_compress` must accept inputs whose cumulative compressed
22-
/// bytes exceed `i32::MAX`. Today this panics in
21+
/// Regression for #7833: `fsst_compress` must accept inputs whose cumulative
22+
/// compressed bytes exceed `i32::MAX`. Today this panics in
2323
/// `vortex-array/src/arrays/varbin/builder.rs:62` because `fsst_compress_iter`
2424
/// (`encodings/fsst/src/compress.rs:72`) hardcodes `VarBinBuilder::<i32>` for
2525
/// the FSST output buffer regardless of input size.

0 commit comments

Comments
 (0)