Skip to content

Commit 29a76c5

Browse files
committed
fix
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 33907bf commit 29a76c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl VTable for Patched {
130130
}
131131

132132
fn nbuffers(_array: &Self::Array) -> usize {
133-
1
133+
0
134134
}
135135

136136
fn buffer(_array: &Self::Array, idx: usize) -> BufferHandle {

0 commit comments

Comments
 (0)