We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bfb5f commit 860cc64Copy full SHA for 860cc64
vortex-array/src/arrays/patched/vtable/operations.rs
@@ -28,7 +28,7 @@ impl OperationsVTable<Patched> for Patched {
28
// be slower.
29
for (index, patch_index) in accessor.offsets_iter(chunk, lane) {
30
if patch_index == chunk_index {
31
- return array.values.scalar_at(index);
+ return array.values.scalar_at(index)?.cast(array.dtype());
32
}
33
34
0 commit comments