Skip to content

Commit 50d393a

Browse files
committed
fix thing
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 64dc4d7 commit 50d393a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vortex-layout/src/display.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ mod tests {
334334
let expected = "\
335335
vortex.struct, dtype: {numbers=i64?, strings=utf8}, children: 2, rows: 5
336336
├── numbers: vortex.chunked, dtype: i64?, children: 1, rows: 5
337-
│ └── [0]: vortex.flat, dtype: i64?, metadata: 171 bytes, rows: 5, segment 0, buffers=[40B, 1B], total=41B
338-
└── strings: vortex.flat, dtype: utf8, metadata: 110 bytes, rows: 5, segment 1, buffers=[43B, 80B], total=123B
337+
│ └── [0]: vortex.flat, dtype: i64?, metadata: 187 bytes, rows: 5, segment 0, buffers=[40B, 1B], total=41B
338+
└── strings: vortex.flat, dtype: utf8, metadata: 122 bytes, rows: 5, segment 1, buffers=[43B, 80B], total=123B
339339
";
340340
assert_eq!(output, expected);
341341
})

0 commit comments

Comments
 (0)