Skip to content

Commit 05c6744

Browse files
committed
final
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent e372d98 commit 05c6744

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • vortex-array/src/arrays/patched/vtable

vortex-array/src/arrays/patched/vtable/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ impl VTable for Patched {
216216
let output = typed_builder.values_mut();
217217
let trailer = output.len() - len;
218218

219+
let trailer = values.len() - len;
220+
219221
apply_patches_primitive::<V>(
220222
&mut output[trailer..],
221223
offset,

0 commit comments

Comments
 (0)