Skip to content

Commit 5da18bc

Browse files
andygrovecomphead
authored andcommitted
chore: [datafusion-54] bump DataFusion rev to 85e75e2 (#4063)
1 parent 6db3cb4 commit 5da18bc

2 files changed

Lines changed: 33 additions & 32 deletions

File tree

native/Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/shuffle/src/shuffle_writer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ mod test {
345345
}
346346

347347
#[tokio::test]
348+
#[cfg_attr(miri, ignore)] // miri can't call foreign function `ZSTD_createCCtx`
348349
async fn shuffle_partitioner_memory() {
349350
let batch = create_batch(900);
350351
assert_eq!(8316, batch.get_array_memory_size()); // Not stable across Arrow versions

0 commit comments

Comments
 (0)