Skip to content

Commit 1e543bb

Browse files
author
Jiayu Liu
committed
fix
1 parent b08a696 commit 1e543bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/physical_plan/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ mod tests {
562562
"WindowAggExec requires a single input partition".to_owned()
563563
);
564564
} else {
565-
assert!(false, "Expect an internal error to happen");
565+
unreachable!("Expect an internal error to happen");
566566
}
567567
Ok(())
568568
}

0 commit comments

Comments
 (0)