We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f218ae commit ca770edCopy full SHA for ca770ed
vortex-array/src/array/operator.rs
@@ -73,8 +73,7 @@ impl<V: VTable> ArrayOperator for ArrayAdapter<V> {
73
"Batch execution returned vector of incorrect length"
74
);
75
76
- #[cfg(debug_assertions)]
77
- {
+ if cfg!(debug_assertions) {
78
// Checks for correct type and nullability.
79
if !vector_matches_dtype(&vector, self.dtype()) {
80
vortex_panic!(
0 commit comments