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 fd5279a commit 4638fe3Copy full SHA for 4638fe3
.github/workflows/miri.yml
native/core/src/execution/datafusion/planner.rs
@@ -2504,7 +2504,6 @@ mod tests {
2504
}
2505
2506
#[test]
2507
- #[cfg_attr(miri, ignore)] // miri can't call foreign function `rust_psm_stack_pointer`
2508
fn spark_plan_metrics_filter() {
2509
let op_scan = create_scan();
2510
let op = create_filter(op_scan, 0);
@@ -2518,7 +2517,6 @@ mod tests {
2518
2517
2519
2520
2521
2522
fn spark_plan_metrics_hash_join() {
2523
2524
let op_join = Operator {
0 commit comments