We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c2f11 commit 19cb04bCopy full SHA for 19cb04b
1 file changed
native/core/src/execution/operators/shuffle_scan.rs
@@ -354,6 +354,7 @@ mod tests {
354
use crate::execution::shuffle::codec::read_ipc_compressed;
355
356
#[test]
357
+ #[cfg_attr(miri, ignore)] // Miri cannot call FFI functions (zstd)
358
fn test_read_compressed_ipc_block() {
359
let schema = Arc::new(Schema::new(vec![
360
Field::new("id", DataType::Int32, false),
0 commit comments