We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fc8e4 commit 9b8a508Copy full SHA for 9b8a508
1 file changed
vortex-array/src/canonical.rs
@@ -656,12 +656,7 @@ impl Executable for CanonicalValidity {
656
),
657
))),
658
Canonical::Variant(variant) => {
659
- let core_storage = variant
660
- .core_storage()
661
- .clone()
662
- .execute::<CanonicalValidity>(ctx)?
663
- .0
664
- .into_array();
+ let core_storage = recursively_canonicalize_slots(variant.core_storage(), ctx)?;
665
let shredded = variant
666
.shredded()
667
.map(|shredded| {
0 commit comments