Skip to content

Commit cebc3dc

Browse files
committed
WIP
1 parent 4562e6b commit cebc3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-select/src/interleave.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ fn interleave_views<T: ByteViewType>(
262262
let new_buffer_idx =
263263
match &mut buffer_remap[*array_idx][view.buffer_index as usize] {
264264
Some(idx) => *idx,
265-
opt @ None => {
265+
opt => {
266266
buffers.push(array.data_buffers()[view.buffer_index as usize].clone());
267267
let new_idx = (buffers.len() - 1) as u32;
268268
*opt = Some(new_idx);

0 commit comments

Comments
 (0)